This is a simple hello-world style test, print the respective GOARCH it runs on.
I am using it while making changes to the Go runtime.
To test a specific copy/version of Go, set the GO
make variable to the path to
the go
binary, e.g.:
make GO=/path/to/my/projects/my-go/bin/go
For details, look at the Makefile
.