3aecdf2c
cfa11372
1 2 3
4 5 6 7
package bug type Label string func (l Label) String() string { return string(l) }