Additional resources
- You can find more about
gorilla/mux
at https://github.com/gorilla/mux and https://www.gorillatoolkit.org/pkg/mux - The
go-querystring
library is for encoding Go structures into URL query parameters: https://github.com/google/go-querystring - Tutorial: Developing a RESTful API with Go and Gin: https://go.dev/doc/tutorial/web-service-gin
- If you want to validate JSON input, have a look at the Go
validator
package at https://github.com/go-playground/validator - You might find the
jq(1)
command line utility pretty handy when working with JSON records: https://stedolan.github.io/jq/ and https://jqplay.org/
Leave a review!
Enjoying this book? Help readers like you by leaving an Amazon review. Scan the QR code below to get a free eBook of your choice.