This is the third post in a series about writing REST servers in Go. Here is a list of posts in the series: Part 1 - standard library Part 2 - using a router package Part 3 - using a web framework (this post) In this part we're going to re-implement our REST …...