Organizing Your Go Code: Tips for Beginners
How should I organize my Go code? What directories to create? How many nesed levels? Where to put what files? How about tests and test data? Shall I follow this and that template? Could we automate project structure generation?
Continue readingEssential Tools for Go Developers
Before writing Go programs, you must set up your editor and install essential tools. A short list includes staticcheck
, gosec
, govulncheck
, and gofumpt
.