Creating a REST API with Go and Gin

First steps when starting to develop Go web applications

Published
18 March 2019

This is a tutoraial demonstrating how to put together a REST API using the Go programming language.

We go through how to tuse the Gin web framework, how to write some basic unti tests and how to use Go interfaces to best effect.