Created GoGenerateTools (markdown)

Samer Masterson 2015-02-02 14:38:50 -08:00
parent 06807448a1
commit b3551a0424

5
GoGenerateTools.md Normal file

@ -0,0 +1,5 @@
[Go Generate](https://blog.golang.org/generate) is only useful if you have tools to use it with!
* [go tool yacc](https://golang.org/cmd/yacc/)
* [stringer](https://godoc.org/golang.org/x/tools/cmd/stringer)
* [jsonenums](https://github.com/campoy/jsonenums)