coyove / goflyway

An encrypted HTTP server
MIT License
4.31k stars 655 forks source link

"go get -u" couldn't been getting new version(1.0.11) source code and run with android. #37

Open fudingyu opened 6 years ago

fudingyu commented 6 years ago

Because gdev branch not yet merge to master branch so dependent library not match that had couldn't working.

fudingyu commented 6 years ago

git clone cd git checkout go build

Also: go to termux home/go/src/github.com/coyove/goflyway maybe can change branch that use "git checkout gdev"

coyove commented 6 years ago
cd $GOPATH/src/github.com/coyove
git clone https://github.com/coyove/goflyway && cd goflyway && git checkout gdev
go build ./cmd/goflyway/main.go

1.0.11a 没在android上测过,还不清楚能不能工作

fudingyu commented 6 years ago

I had tried it was working!

fudingyu commented 6 years ago

Thanks so much !!!