CleverGo Web Framework v1.12.2 Release Notes
Release Date: 2020-05-13 // almost 5 years ago-
Context.Error
,Context.NotFound
,Context.Redirect
,Context.ServeFile
,Context.ServeContent
return a nil error.Context.Error(msg string, code int)
was changed asContext.Error(code int, msg string)
.Context.Redirect(url string, code int)
was changed asContext.Redirect(code int, url string)
.
Previous changes from v1.12.1
-
- ✂ Remove
Router.paramsPool
.
- ✂ Remove