An open API service indexing awesome lists of open source software.

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

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)