/golang-cat-cafe

Learn Go by building a cat cafe API.

Primary LanguageGoMIT LicenseMIT

Golang Cat Cafe

Learn Go by building a cat cafe API.

Kitten Staring at Christmas Lights

Getting Started

  1. Install Go. (Minimum version: 1.12.0)
  2. Fork and clone the github repo.
  3. Download dependencies using go mod tidy.
  4. Test your go installation by running go run hello.go.

Workshop

For this workshop, we will use the starter code in the tutorial folder. The workshop is divided into three parts:

  1. Part One - Structs and Interfaces
  2. Part Two - Building a Simple REST Server
  3. Part Three - Concurrency

Completed Code

A finished, working version of code from the tutorial can be found in the complete folder.