Skip to content

Instantly share code, notes, and snippets.

@HokieGeek
Created December 7, 2016 20:37
Show Gist options
  • Save HokieGeek/fbda7a8241c3bba13ff6d8aa9423625e to your computer and use it in GitHub Desktop.
Save HokieGeek/fbda7a8241c3bba13ff6d8aa9423625e to your computer and use it in GitHub Desktop.
go environment in windows
@ECHO OFF
set GOROOT=%cd%\root
set GOBIN=%cd%\bin
set GOPATH=%cd%
set go=%GOROOT%\bin\go.exe
set vi=%cd%\gvim.lnk
set atom=%cd%\atom.lnk
rem setx PATH "%PATH%;%GOROOT%\bin" /m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment