I\'m quite new to Golang
I would like to perform some modifications of resources via http within my API.
Usually I use json.NewDecoder(r.Body).Decode(&bo
json.NewDecoder(r.Body).Decode(&bo