aboutsummaryrefslogblamecommitdiffstats
path: root/bug/bug.go
blob: 33da13262487be6861fed1cd4df72d868f4c1d6e (plain) (tree)
1
2
3
4
5
6
7





                          
 
package bug

type Bug struct {
	Title    string
	Comments []Comment
}