go mod init github.com/leesper/tao
go mod tidy
go mod edit --replace=github.com/leesper/tao=../tao
$ export GO111MODULE=on
$ export GOPROXY=https://goproxy.cn
http_proxy="http://192.168.11.83:8118" https_proxy="http://192.168.11.83:8118"
git remote -v
android 调用go
export ANDROID_NDK_HOME=/home/tdwl/go/go_android/android-ndk-r21e
export ANDROID_HOME=/home/tdwl/go/go_android/android-sdk-linux/
go env -w GO111MODULE=auto
http_proxy="http://192.168.11.83:8118" https_proxy="http://192.168.11.83:8118" go get golang.org/x/mobile/cmd/gomobile
gomobile init
gomobile bind -target=android exportIn