Larry Clapp

Results 31 issues of Larry Clapp

[kr/pretty](https://pkg.go.dev/github.com/kr/pretty) wants a type to implement [fmt.GoStringer](https://pkg.go.dev/fmt#GoStringer), so I had to wrap enumer's String, e.g. ```go func (x MyType) GoString() string { return x.String() } ``` It'd be nice if...