For me the biggest PITA lately with Go is dealing with json. Exhaustively listing every potential field in order to type it is maddening.

> For me the biggest PITA lately with Go is dealing with json. Exhaustively listing every potential field in order to type it is maddening.

Sounds like gojson[0] would make your life a lot easier - it automatically generates the struct definitions for you.

[0] https://github.com/ChimeraCoder/gojson