Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 359 Bytes

File metadata and controls

14 lines (9 loc) · 359 Bytes

Go for Linux quick test

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.