Why not add go.mod?

Author: dmitryrnCreated Apr 23, 2022Updated Apr 23, 2022

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

Source: GoesToEleven/GolangTraining