规划swagger文档逻辑
This commit is contained in:
@ -32,3 +32,8 @@ func Test_parser_Openapi3(t *testing.T) {
|
||||
fmt.Println("解析成功")
|
||||
}
|
||||
}
|
||||
|
||||
func TestParseForSwagger(t *testing.T) {
|
||||
docUrl := "https://git.zhangdeman.cn/swagger.v1.json"
|
||||
_, _ = Parse(docUrl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user