Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active July 14, 2016 05:19
Show Gist options
  • Save innyso/fa0f0f54817b0c4a6a874d4eb86d84df to your computer and use it in GitHub Desktop.
Save innyso/fa0f0f54817b0c4a6a874d4eb86d84df to your computer and use it in GitHub Desktop.
Setting up Golang on babun

When setting up golang in babun or cygwin, make sure we set the following

export GOROOT=<<root to your go installtion. e.g. "c:\tools\go">>>
export GOPATH=<<full path to working dir in qoute, cant use linux style path e.g. "c:\workspace\">>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment