GolangTraining icon indicating copy to clipboard operation
GolangTraining copied to clipboard

Why not add go.mod?

Open dmitryrn opened this issue 3 years ago • 0 comments

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

dmitryrn avatar Apr 23 '22 18:04 dmitryrn