1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 04:03:27 +00:00
This commit is contained in:
Robert Gogolok 2016-02-21 10:53:02 +00:00
commit a0d08d193d

View File

@ -397,7 +397,7 @@ func parserComments(comments *ast.CommentGroup, funcName, controllerName, pkgpat
start = false
continue
} else {
st[j] = strings.TrimSpace(ss[i+1:])
st[j] = strings.TrimSpace(string(tmp) + " " + ss[i+1:])
break
}
} else {