-
Notifications
You must be signed in to change notification settings - Fork 0
GoGenerateTools
Samer Masterson edited this page Feb 2, 2015
·
12 revisions
Go Generate is only useful if you have tools to use it with! Here is an incomplete list of useful tools that generate code.
- go tool yacc – Yacc for Go.
- stringer – Generates Stringer types for enums.
- jsonenums – Generates json.Marshaler and json.Unmarshaler types. for enums
- gen-mocks – Generate mocks for interfaces. Used in go-sourcegraph.
- Home
- Getting started with Go
- Working with Go
- Learning more about Go
- The Go Community
- Using the Go toolchain
- Additional Go Programming Wikis
- Online Services that work with Go
- Troubleshooting Go Programs in Production
- Contributing to the Go Project
- Platform Specific Information
- Release Specific Information