mirror of
https://github.com/astaxie/beego.git
synced 2025-07-12 06:41:02 +00:00
use StopRun to terminate the execution
This commit is contained in:
@ -181,7 +181,7 @@ func (c *Controller) Abort(code string) {
|
||||
}
|
||||
|
||||
func (c *Controller) StopRun() {
|
||||
panic("")
|
||||
panic("StopRun")
|
||||
}
|
||||
|
||||
func (c *Controller) UrlFor(endpoint string, values ...string) string {
|
||||
|
Reference in New Issue
Block a user