microgen
microgen copied to clipboard
Tool to generate go-kit microservices
Hi :wave: We at Reco maintain a working fork that we update regularly and we use it in production. https://github.com/recolabs/microgen I think that listing our fork on the readme is...
In a project that uses go modules, I run the microgen command and get the following: ``` @microgen 0.9.1 fatal: not in GOPATH ```
I think it will use devimteam/amqp, but I'm not sure yet
Every output file (directory) should be changeable.
Remove github.com/dave/jennifer usage because it requires to write dirty, hard-to-read code
Make generation behavior more stable and turn off templates, with is unstable.
Change syntax from `// @microgen something` to the most commonly used in go community `//microgen:something`
Maybe wait for successful merging https://github.com/go-kit/kit/pull/576