What didn't work
Learn Go With Tests is a free online tutorial created by Chris James, a software developer and advocate for test-driven development. The tutorial is hosted on GitHub and is continuously updated by the author and contributors from the Go community. It offers a hands-on approach to learning Go programming through the practice of writing tests.
This tutorial focuses on teaching the Go programming language, also known as Golang. Go is a statically typed, compiled language developed by Google, known for its simplicity, efficiency, and built-in concurrency features. The course covers fundamental Go concepts, syntax, and best practices while emphasizing test-driven development methodologies.