1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-16 02:12:16 +00:00

Revert "should use time.Since instead of time.Now().Sub"

This commit is contained in:
astaxie
2017-09-09 06:29:38 +08:00
committed by GitHub
parent 07a9a2d0f3
commit a7354d2d08
6 changed files with 7 additions and 7 deletions

View File

@@ -227,7 +227,7 @@ func parseComment(lines []*ast.Comment) (pc *parsedComment, err error) {
}
// direct copy from bee\g_docs.go
// analysis params return []string
// analisys 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 {