mirror of
https://github.com/golang/go.git
synced 2024-11-22 05:40:42 +00:00
Add gostringer tool.
parent
bb6383dedb
commit
8ecaf0b073
@ -2,5 +2,6 @@
|
||||
|
||||
* [go tool yacc](https://golang.org/cmd/yacc/) – Yacc for Go.
|
||||
* [stringer](https://godoc.org/golang.org/x/tools/cmd/stringer) – Implements `fmt.Stringer` interface for enums.
|
||||
* [gostringer](https://godoc.org/github.com/sourcegraph/gostringer) – Implements `fmt.GoStringer` interface for enums.
|
||||
* [jsonenums](https://github.com/campoy/jsonenums) – Implements `json.Marshaler` and `json.Unmarshaler` interfaces for enums.
|
||||
* [gen-mocks](https://sourcegraph.com/sourcegraph/gen-mocks) – Generate mocks for interfaces. Used in [go-sourcegraph](https://sourcegraph.com/sourcegraph.com/sourcegraph/go-sourcegraph@master/.tree/sourcegraph).
|
Loading…
Reference in New Issue
Block a user