Debug logging in Go
My project, lifelight, is written in Go and designed to run on
low-powered Raspberry Pis. I wanted minimal overhead in the production
build, so I implemented a logging system that is compiled out in non-debug
builds. This is made easy using Go's buil...
blog.jamesreed.dev2 min read