Use Go Module Step By Step Guide
It is frustrating using Go Module for new Goer. This guide will not talk about too much how does Go find the package/modules but will show you step-by-step how to create and test a module in a Windows system. Assumption Go version >= 1.16 Go is set...