1 2 3 4 5 6 7 8 9
package bug import "github.com/MichaelMure/git-bug/util" type Comment struct { Author Person Message string Media []util.Hash }