diff options
Diffstat (limited to 'bug/comment.go')
-rw-r--r-- | bug/comment.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bug/comment.go b/bug/comment.go index f7727709..edd5666c 100644 --- a/bug/comment.go +++ b/bug/comment.go @@ -1,6 +1,9 @@ package bug +import "github.com/MichaelMure/git-bug/util" + type Comment struct { Author Person Message string + Media []util.Hash } |