Curriculum Errors & packaging Modules & go.mod exercise 2 · mcq
Modules & go.mod
Go module paths look like URLs (github.com/user/repo,
golang.org/x/text). Pick the statement that is TRUE about
module paths.
TypeScript reference
About this theme
A module is a versioned collection of packages — your project's unit of dependency. go mod init github.com/you/yourthing produces go.mod. go get adds deps. Module paths look like URLs but don't have to resolve to anything; they're identifiers.