https://github.com/arl/gotypes
Automatically generate Go code from Go structures
https://github.com/arl/gotypes
Last synced: about 1 year ago
JSON representation
Automatically generate Go code from Go structures
- Host: GitHub
- URL: https://github.com/arl/gotypes
- Owner: arl
- Created: 2016-07-22T09:54:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T21:45:23.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T20:44:39.163Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gotypes
Automatically generate Go code from Go structures
`gotypes` is a package that eases the developement of *code generation utilities*
Example of use:
- [gencli](https://github.com/aurelien-rainone/gencli) Generate the flags for your command line apps based on the [cli](https://github.com/urfave/cli)