A tool to generate a design definition of goa from a swagger definition.
$ go get github.com/tchssk/ago
$ ago swagger swagger.json > design.go
This application is currently under construction. You may have to modify the generated swagger definition before using from goagen. Features to be implemented are described in TODO.md. Contributions are welcomed!
MIT License
Taichi Sasaki