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


                 



                                
package bug

type Label string

func (l Label) String() string {
	return string(l)
}