Building The Go Engineer: Teaching Go as a Software Engineering Discipline
Most Go learning material teaches the language as a sequence of syntax lessons.
Variables.Slices.Structs.Interfaces.Goroutines.Channels.HTTP handlers.Maybe a database example near the end.
That kind o
the-go-engineer.hashnode.dev17 min read
Marcelloh
Go trainer / Principal Go Engineer / Senior Software Architect
It is an interesting read. If I have time, I will look at the code.