diff --git a/goGet.sh b/goGet.sh index f79b516..4e52b61 100755 --- a/goGet.sh +++ b/goGet.sh @@ -1,7 +1,9 @@ #!/bin/bash -mkdir $HOME/goftpdir -chmod 777 $HOME/goftpdir +export GOPROXY=https://goproxy.io + +mkdir -p $HOME/goftpdir +#chmod 777 $HOME/goftpdir go get github.com/astaxie/beego || echo github.com/astaxie/beego go get github.com/satori/go.uuid || echo github.com/satori/go.uuid go get github.com/beego/bee || echo github.com/beego/bee diff --git a/goftp.tar.gz b/goftp.tar.gz deleted file mode 100644 index d316f21..0000000 Binary files a/goftp.tar.gz and /dev/null differ