Skip to content

Commit

Permalink
Add go get to appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Apr 16, 2018
1 parent 69ba5a0 commit 1ed2fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
- go env
- go get -t .

build_script:
- go build
Expand Down

0 comments on commit 1ed2fb9

Please sign in to comment.