1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-16 02:22:15 +00:00
This commit is contained in:
LI Daobing
2017-10-11 14:35:31 +08:00
parent 3162da131d
commit 9b57566963
3 changed files with 3 additions and 3 deletions

View File

@@ -227,7 +227,7 @@ func parseComment(lines []*ast.Comment) (pc *parsedComment, err error) {
}
// direct copy from bee\g_docs.go
// analisys params return []string
// analysis params return []string
// @Param query form string true "The email for login"
// [query form string true "The email for login"]
func getparams(str string) []string {