hotfix: schema init

This commit is contained in:
astaxie 2016-08-24 10:54:54 +08:00
parent 5309c72ef7
commit f813e990c0
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ func parserComments(comments *ast.CommentGroup, funcName, controllerName, pkgpat
modelsList[pkgpath+controllerName][st[2]] = mod
appendModels(cmpath, pkgpath, controllerName, realTypes)
} else if st[1] == "{array}" {
rs.Schema = &swagger.Schema{}
rs.Schema.Type = "array"
if sType, ok := basicTypes[st[2]]; ok {
typeFormat := strings.Split(sType, ":")