Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnguyennguyen committed Nov 27, 2019
1 parent 40b4cad commit 9e3c817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export GO111MODULE=off
rm -rf build
go get -v
for GOOS in darwin linux windows; do
for GOARCH in 386 amd64; do
Expand Down

0 comments on commit 9e3c817

Please sign in to comment.