Learn Go by building a cat cafe API.
- Install Go. (Minimum version:
1.12.0
) - Fork and clone the github repo.
- Download dependencies using
go mod tidy
. - Test your go installation by running
go run hello.go
.
For this workshop, we will use the starter code in the tutorial
folder. The workshop is divided into three parts:
A finished, working version of code from the tutorial can be found in the complete
folder.