go.mod

Understanding Go mod
Understanding Go mod

This tutorial will explain some of the pitfalls in migrating to go modules from $GOPATH to accommodate package management in Go and why they happen. Introduction In this tutorial, you are going to learn: How to create a simple C4ID digest calculator program using an available package on Github. Line …