Closed crbsram closed 1 year ago
Hi Team
WE have a windows machine where golang is installed, but go get doesn't run since it is disabled in the policy.
Is there a way available to install the same in the machine other than go mod vendor option.
you can disable go mod and use GOPATH environmental variables then download the package from GitHub using any tools
Thanks for the comments. It worked for me.
Hi Team
WE have a windows machine where golang is installed, but go get doesn't run since it is disabled in the policy.
Is there a way available to install the same in the machine other than go mod vendor option.