ᴊᴏᴇ ᴄʜᴇɴ
ᴊᴏᴇ ᴄʜᴇɴ
> can you work with git-tag's on this repo for versions because of go1.13 Not everyone is on Go 1.13.
Good point...
@mjtrangoni yes, that's why the issue is still not fixed by no major release is planned anytime soon...
Using Go Modules and push out a v2 release seems ideal.
Thanks for the feedback! I think you're right, probably just remove code block that checks for `len(s.data) == 0`? https://github.com/go-macaron/session/blob/d2c984b2801fbcd84b925838628e39d18649846a/mysql/mysql.go#L80-L83 `Flush()` is meant to remove every key but still need...
这个貌似好像没有!
备份: - https://github.com/RangelReale/osin - https://github.com/gernest/hero - https://github.com/RichardKnop/go-oauth2-server
Hi, please update this package and check out new docs for custom validation rule: https://go-macaron.com/docs/middlewares/binding#custom-validation-rules
Hi, I pushed a patch to fix **Required** check for slice, please help test!
JSON is stream parse, but form parse needs pre-read in https://github.com/golang/go/blob/700e969d5b23732179ea86cfe67e8d1a0a1cc10a/src/net/http/request.go#L1130:6 . MaxBytesReader is sufficient enough.