0 votes
in GoLang by
What is GOPATH environment variable in go programming?

1 Answer

0 votes
by

The GOPATH environment variable specifies the location of the workspace. You must have to set this environment variable while developing Go code.

...