fish2016

Results 5 issues of fish2016

how to modify the value of Cookie in fasthttp mode? The value of Cookie can be set by the attribute "Cookie" of sessions.Config in net/http mode; But how to do...

![image](https://user-images.githubusercontent.com/18462875/83625860-2e2d0a00-a5c7-11ea-889f-9b16585b893e.png)

在SetupStrategyFromConfig()中,为什么不调用ApiProxyURLOption()来配置代理? 可以加上去吗?要不我提一个pull request? ApiProxyURLOption("socks5://127.0.0.1:1080"), // 使用代理 ![image](https://user-images.githubusercontent.com/18462875/146682270-eeffc22a-3fa8-4c5e-a221-50f8379c5f09.png)

如果go版本号是1.18beta,versioning.Parse(goVersion)解析不出后面的beta,会返回一个error,这会触发后面的panic ``` go version go version go1.18beta2 windows/amd64 ``` https://github.com/henrylee2cn/goutil/blob/5b5425bff75ce88e91a6122e91fb7f0d751b8d16/tpack/tpack.go#L20-L27

# the parameter "context.Context" isn't the first parameter of NewServer(), please check it. # the following is the compile error: github.com/ayiga/go-kit-middlewarer/examples/stringsvc/transport/http ..\..\transport\http\http-server_gen.go:53: too many arguments in call to "github.com/go-kit/kit/transport/http".NewServer have...