Building Microservices with Go: 3. RESTful services

Weekly live stream which teaches how to build Microservices using the Go programming language. In this episode we will start to look at how to build RESTful services using the Go standard packages. Contents: Serializing data with encoding/json Introduction to RESTful services Filtering HTTP requests with the Go standard library Source: RESTful best practices:
Back to Top