Extensible tool to generate microservices in Go using go-kit, by specified service interface. It is primarily inspired by microgen. The goal is to generate all the code you need to write but has nothing to do with your business logic.
go get -u github.com/wlMalk/goms
goms
goms tool will look for any service interface declared in service.go
file inside CWD
.