We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go version
$ go version go version go1.17.1 android/arm64
Not sure!
go env
$ go env GO111MODULE="" GOARCH="arm64" GOBIN="" GOCACHE="/data/data/com.termux/files/home/.cache/go-build" GOENV="/data/data/com.termux/files/home/.config/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="arm64" GOHOSTOS="android" GOINSECURE="" GOMODCACHE="/data/data/com.termux/files/home/go/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="android" GOPATH="/data/data/com.termux/files/home/go" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/data/data/com.termux/files/usr/lib/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/data/data/com.termux/files/usr/lib/go/pkg/tool/android_arm64" GOVCS="" GOVERSION="go1.17.1" GCCGO="gccgo" AR="ar" CC="aarch64-linux-android-clang" CXX="aarch64-linux-android-clang++" CGO_ENABLED="1" GOMOD="/dev/null" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/data/data/com.termux/files/usr/tmp/go-build2027075195=/tmp/go-build -gno-record-gcc-switches"
package main
import "fmt"
func main() { fmt.Println("Hello, World!") }
Hello, World!
fork/exec /data/data/com.termux/files/usr/tmp/go-build76445749/b001/exe/main: no such file or directory
The text was updated successfully, but these errors were encountered:
Those looks like a termux issue
Sorry, something went wrong.
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Not sure!
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
What did you expect to see?
Hello, World!
What did you see instead?
fork/exec /data/data/com.termux/files/usr/tmp/go-build76445749/b001/exe/main: no such file or directory
The text was updated successfully, but these errors were encountered: