Skip to content

Instantly share code, notes, and snippets.

@meherett
Created May 21, 2020 13:52
Show Gist options
  • Save meherett/f93f0b62b4f11c368a5e273946fbc9d8 to your computer and use it in GitHub Desktop.
Save meherett/f93f0b62b4f11c368a5e273946fbc9d8 to your computer and use it in GitHub Desktop.
GO LANGUAGE ENVIRONMENT PATH SETUP
Create the following folders:
GolandProjects -> src -> github.com -> username -> repo
pkg
bin
Set the following path:
GOROOT -> Main Go language path (eg:- c:\Go)
GOPATH -> Custom path (eg:- C:\Users\{username}\GolandProjects)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment