git-bug/bug/label.go
2018-07-18 16:41:09 +02:00

8 lines
85 B
Go

package bug
type Label string
func (l Label) String() string {
return string(l)
}