かげ
かげ
~~hi, had you solve this problem? I have encountered this problem too. @wilcan~~ i see, set sniff false
楼主是否可提供 pdf 或者 pdf 构建方式,方便 ipad 做笔记,感恩。
Context Fail 方法 ```go func (c *Context) Fail(code int, err string) { c.index = len(c.handlers) c.JSON(code, H{"message": err}) } ``` `c.index = len(c.handlers)` 可否置为 `c.index = len(c.handlers) - 1`
remove what? test case or func.