diff options
author | Michael Muré <batolettre@gmail.com> | 2022-06-25 12:20:32 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2022-06-25 12:20:32 +0200 |
commit | b43a447ab6677438da0609abda0c1492bf422dd7 (patch) | |
tree | b6f3155333be707c2cedda504ead45476c797229 /entity | |
parent | 00b9e1a6028388b332f14ff3e607f02d589b637b (diff) | |
download | git-bug-b43a447ab6677438da0609abda0c1492bf422dd7.tar.gz |
doc: tiny tweaks
Diffstat (limited to 'entity')
-rw-r--r-- | entity/dag/example_test.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/entity/dag/example_test.go b/entity/dag/example_test.go index 948d6aeb..e6f5db86 100644 --- a/entity/dag/example_test.go +++ b/entity/dag/example_test.go @@ -11,7 +11,10 @@ import ( "github.com/MichaelMure/git-bug/repository" ) -// This file explains how to define a replicated data structure, stored and using git as a medium for +// Note: you can find explanations about the underlying data model here: +// https://github.com/MichaelMure/git-bug/blob/master/doc/model.md + +// This file explains how to define a replicated data structure, stored in and using git as a medium for // synchronisation. To do this, we'll use the entity/dag package, which will do all the complex handling. // // The example we'll use here is a small shared configuration with two fields. One of them is special as |