go format

This commit is contained in:
tnextday 2016-08-18 17:40:59 +08:00
parent ac1bf161fc
commit 985c18a314
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ func parserComments(comments *ast.CommentGroup, funcName, controllerName, pkgpat
typeFormat := strings.Split(sType, ":")
para.Type = typeFormat[0]
para.Format = typeFormat[1]
}else {
} else {
fmt.Fprintf(os.Stderr, "[%s.%s] Unknow param type: %s\n", controllerName, funcName, typ)
}
}