Which statement correctly distinguishes GOROOT from GOPATH?
GOROOT
GOPATH
GOROOT stores personal projects; GOPATH contains the Go compiler and standard library.
GOROOT contains the Go installation and standard library; GOPATH is the traditional personal-code workspace.
Both values refer only to downloaded remote dependency caches.
Both values identify the current project's go.mod file.
go.mod