REST Servers in Go: Part 3 - using a web framework

16 · Eli Bendersky · Jan. 23, 2021, 2:21 p.m.
Summary
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 …...