Beginner
Go (Golang)
Q21 / 100
What is the purpose of go.mod?
Correct! Well done.
Incorrect.
The correct answer is B) The module definition file specifying the module path and dependency requirements
B
Correct Answer
The module definition file specifying the module path and dependency requirements
Explanation
go.mod defines the module (module example.com/myapp) and lists direct dependencies with versions.
Progress
21/100