ago icon indicating copy to clipboard operation
ago copied to clipboard

A tool to generate a design definition of goa from a swagger definition

ago

A tool to generate a design definition of goa from a swagger definition.

license

Installation

$ go get github.com/tchssk/ago

Usage

$ ago swagger swagger.json > design.go

Notes

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!

License

MIT License

Author

Taichi Sasaki