Decode JSON with GoLang struct and variable field names [duplicate]
This question already has answers here: Marshal dynamic JSON field tags in Go (1 answer) How to parse/deserialize dynamic JSON (4 answers) How to Unmarshal jSON with dynamic key which can’t be captured as a `json` in struct: GOlang [duplicate] (1 answer) golang struct for json with arbitrary keys [duplicate] (1 answer) Unmarshal JSON with […]
Go compiles but runtime error by making http.request
So im heavily confuse this code compiles and works on one place