Repo with my notes and examples of using Go modules
go mod init github.com/regiluze/learningGoModules it creates a module with that reference go mod tidy Include the dependencies needed for tests in your module go mod why -m blablabla (from sum) return where is using this library
https://www.youtube.com/watch?v=aeF3l-zmPsY justforfunc #42: Intro to Go Modules and SemVer