git-bug/bug/comment.go

7 lines
69 B
Go

package bug
type Comment struct {
Author Person
Message string
}