CleverGo Web Framework v1.12.2 Release Notes
Release Date: 2020-05-13 // about 6 years ago-
Context.Error,Context.NotFound,Context.Redirect,Context.ServeFile,Context.ServeContentreturn 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