Building RESTful APIs in Golang

Martin Heinz
Towards Data Science
7 min readOct 22, 2019

--

Note: This was originally posted at martinheinz.dev

In previous post we talked about how to create “Ultimate” setup for your Golang project, now it’s time to apply it to something real — RESTful APIs. This post will cover database, unit testing, API testing, example application and essentially everything you need for a real world project. So, let’s jump right into it.

As this article is a follow-up to previous article in these series Ultimate Setup for Your Next Golang Project, so if you didn’t read that one, then you might want to check it out…

--

--