swaggo icon indicating copy to clipboard operation
swaggo copied to clipboard

Convert Go annotations to Swagger Documentation (version 2.0)

Results 4 swaggo issues
Sort by recently updated
recently updated
newest added

`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