git-bug/bug/bug.go
2018-07-12 21:32:09 +02:00

8 lines
71 B
Go

package bug
type Bug struct {
Title string
Comments []Comment
}