mirror of
https://github.com/astaxie/beego.git
synced 2025-07-16 02:12:16 +00:00
should use time.Since instead of time.Now().Sub
Signed-off-by: wgliang <liangcszzu@163.com>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user