- Building a web API
- Testing a web API
- JSON encoding/decoding
- Exploring godoc
- Extending existing packages or
- Shelling out
Godoc is an amazing tool which can be consumed via the command line or a web interface. Your goal is to add a web API in front of godoc so its data can be queried via HTTP/JSON.