Skip to content

Commit

Permalink
add installGo.ps for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMoore63 committed Oct 6, 2023
1 parent d2b7c88 commit 5baac6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installGo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ param(
[string]$w='c:\go',
[string]$v='1.21.1'
)

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
$ErrorActionPreference = 'Stop';
$ProgressPreference = 'SilentlyContinue';
$env:GOPATH= 'C:\go'
Expand Down

0 comments on commit 5baac6e

Please sign in to comment.