golang-armbuilds
golang-armbuilds copied to clipboard
Build for Golang 1.7.4
Hi,
Can you make release for Golang 1.7.4?
Thanks.
You can find official ARM releases at https://golang.org/dl/
Hi,
The problem is when i execute on my Android, i get:
./go go: No such file or directory
File download and extracted on Android: https://storage.googleapis.com/golang/go1.7.4.linux-armv6l.tar.gz
I tried with yours, but no success too :(
It is not compatible.
try go
without the leading './' And maybe you can check if GOPATH and GOROOT are set as environment valiables. Is which go
printing a path to the go binary?
On Android there is a go distribution through termux
. https://termux.com/ has Go 1.8.1 right now