Video description
This chapter details the process of writing REST APIs with Go. This chapter starts with basics such as how to leverage standard library functionality to build powerful servers right out of the box, without any 3rd party dependencies.It then moves to higher level topics such as how to structure and test your servers, write clients to consume your and other REST APIs, and leverage 3rd party libraries to build richer …