Skip to content

Commit

Permalink
修改包的安装
Browse files Browse the repository at this point in the history
  • Loading branch information
oldfritter committed Dec 24, 2019
1 parent 1221486 commit 52cd58d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ go get -u github.com/qor/i18n
go get -u github.com/shopspring/decimal
go get -u github.com/streadway/amqp

go get -u golang.org/x/crypto
go get -u golang.org/x/sys/unix
go get -u github.com/golang/crypto
go get -u github.com/golang/sys/unix

go get -u gopkg.in/yaml.v2
# godep save

mkdir -p $GOPATH/src/golang.org/x/
ln -s $GOPATH/src/github.com/golang $GOPATH/src/golang.org/x

0 comments on commit 52cd58d

Please sign in to comment.