Compare commits

..

No commits in common. "master" and "v1.1.1" have entirely different histories.

View File

@ -121,7 +121,7 @@ func (c *Context) SetCookie(cookie *http.Cookie) {
} }
func (c *Context) AlreadyHaveResult() (done bool, entry string) { func (c *Context) AlreadyHaveResult() (done bool, entry string) {
return c.resultentry != "", c.resultentry return c.resultentry == "", c.resultentry
} }
func (c *Context) RESULT(output interface{}) error { func (c *Context) RESULT(output interface{}) error {