mrredo

Results 5 issues of mrredo

So I have made socket Io connections and I can get cookie string from that, but I need to decode the data, I have only access to http.Request and http.Cookie...

Now i can only run gin gonic or gosf server not them both

I tested the empty struct and it worked. Code i used to test the code. ```go package main import ( "fmt" jsone "github.com/clarketm/json" ) type Test struct { Hello string...