Created
December 7, 2016 20:37
-
-
Save HokieGeek/fbda7a8241c3bba13ff6d8aa9423625e to your computer and use it in GitHub Desktop.
go environment in windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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