This repository contains my notes and explorations of go. Inspired by Josh Duffney's Everything I Know About Go.
Contents
API: A REST API written in Go, using things like zap
and middlewares. Plus an interesting foray into how to write integration tests in a re-usable /
portalbe way.
Middleware: Explorations around how to do HTTP middleware in Go. Generically
implemented without following any given framework.