Files

6 lines
106 B
Go

package stats
type Stringer string
func (s Stringer) String() string { return "\"" + string(s) + "\"" }