goa import "github.com/goadesign/goa"
Overview Index Subdirectories Overview Package goa provides the runtime support for goa microservices.
Code Generation goa service development begins with writing the design of a service. The design is described using the goa language implemented by the github.com/goadesign/goa/design/apidsl package. The goagen tool consumes the metadata produced from executing the design language to generate service specific code that glues the underlying HTTP server with action specific code and data structures.
↧