mirror of
https://github.com/astaxie/beego.git
synced 2025-07-12 00:11:02 +00:00
make golint happy
This commit is contained in:
@ -88,8 +88,8 @@ type ControllerInterface interface {
|
||||
Options()
|
||||
Finish()
|
||||
Render() error
|
||||
XsrfToken() string
|
||||
CheckXsrfCookie() bool
|
||||
XSRFToken() string
|
||||
CheckXSRFCookie() bool
|
||||
HandlerFunc(fn string) bool
|
||||
URLMapping()
|
||||
}
|
||||
|
Reference in New Issue
Block a user