diff options
author | Michael Muré <batolettre@gmail.com> | 2018-08-13 15:28:16 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-08-13 15:28:47 +0200 |
commit | df144e727a858ed07e3c9328d91efe052c4781e1 (patch) | |
tree | bfbfeea70f97ab3d4274c8e5add2c3aeeac1423b /bug/clocks.go | |
parent | f2f779c5a8b4efe67317bbffe110a9880c1f529a (diff) | |
download | git-bug-df144e727a858ed07e3c9328d91efe052c4781e1.tar.gz |
fix some linting trouble
Diffstat (limited to 'bug/clocks.go')
-rw-r--r-- | bug/clocks.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bug/clocks.go b/bug/clocks.go index 7b254746..5ffa094a 100644 --- a/bug/clocks.go +++ b/bug/clocks.go @@ -4,6 +4,8 @@ import ( "github.com/MichaelMure/git-bug/repository" ) +// Witnesser will read all the available Bug to recreate the different logical +// clocks func Witnesser(repo *repository.GitRepo) error { for b := range ReadAllLocalBugs(repo) { if b.Err != nil { |