Reading List

`json.Marshal()` with additional fields in Go from Liza Shulyayeva RSS feed.

`json.Marshal()` with additional fields in Go

I have a Go struct that I want to encode to JSON with some additional fields. The struct looks like this: