Intermediate
Go (Golang)
Q74 / 100
What is a Go module proxy?
Correct! Well done.
Incorrect.
The correct answer is B) A server caching Go module downloads, providing faster and more reliable module retrieval (GOPROXY=https://proxy.golang.org)
B
Correct Answer
A server caching Go module downloads, providing faster and more reliable module retrieval (GOPROXY=https://proxy.golang.org)
Explanation
GOPROXY controls where go get fetches modules. The default proxy.golang.org caches all public modules. GONOSUMDB and GOPRIVATE control private module access.
Progress
74/100