Skip to content

Commit

Permalink
Added env.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonhanks committed Jan 15, 2019
1 parent 81e6e7f commit 3064006
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/env.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
REM A Batch to Set Environment on Windows for First Build
set "GOPATH=c:\tools\go"
set "Path=%GOPATH%\bin;%Path%"
setx GOPATH "%GOPATH%"
setx Path "%Path%"

0 comments on commit 3064006

Please sign in to comment.