-
Notifications
You must be signed in to change notification settings - Fork 0
GoGenerateTools
Jason Buberel edited this page Sep 14, 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 – Implements
fmt.Stringer
interface for enums. -
gostringer – Implements
fmt.GoStringer
interface for enums. -
jsonenums – Implements
json.Marshaler
andjson.Unmarshaler
interfaces for enums. - gojson - Generates go struct definitions from example json documents.
- vfsgen - Generates a vfsdata.go file that statically implements the given virtual filesystem.
- 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