teambition / swaggo

Convert Go annotations to Swagger Documentation (version 2.0)
MIT License
72 stars 13 forks source link

bug: recursive model support #2

Open elvizlai opened 6 years ago

elvizlai commented 6 years ago
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