swaggo
swaggo copied to clipboard
Convert Go annotations to Swagger Documentation (version 2.0)
`Can I specify multiple hosts, e.g. development, test and production? Multiple hosts are supported in OpenAPI 3.0. 2.0 supports only one host per API specification (or two if you count...
Go Modules are not supported
``` type Node struct { Id string Next *Node NextSlice []*Node } ``` 2018/09/21 16:50:51 [Error] the key(Node) must existed in swagger's definitions