I\'m a newbie with Go, but so far I\'m liking it very much.
I have a problem I can\'t figure out. I\'m migrating an API from Node to Go and there is this log where I
I believe you can do this:
m := make(map[string]interface{}); if err := context.Bind(&m); err != nil { return result, err } fmt.Println(m)