github.com/ManabuSeki/goa-v1@v1.4.3/goagen/gen_swagger/doc.go (about)

     1  /*
     2  Package genswagger provides a generator for the JSON swagger controller.
     3  The swagger controller responds to GET /swagger requests with the API JSON Hyper-swagger.
     4  This JSON swagger can be used to generate API documentation, ruby and Go API clients.
     5  See the blog post (https://blog.heroku.com/archives/2014/1/8/json_swagger_for_heroku_platform_api)
     6  describing how Heroku leverages the JSON Hyper-swagger standard (http://json-swagger.org/latest/json-swagger-hypermedia.html)
     7  for more information.
     8  */
     9  package genswagger