GolangTraining
GolangTraining copied to clipboard
Why not add go.mod?
Without the go.mod an IDE would show errors in a file where modules are used, e.g. 02_package/main/main.go. Why not add a go.mod with just one line?
module github.com/GoesToEleven/GolangTraining