Introduction
Let’s get an overview of using Go to work with REST APIs.
We'll cover the following...
Overview of REST
The subject of this chapter is the development and use of simple RESTful servers and clients using the Go programming language. REST is an acronym for REpresentational State Transfer ...