/go_test

Just a simple test in golang

Primary LanguageGo

go_test

Just a simple test in golang.

Cross-Compile Linux Architecture

$ GOOS=linux GOARCH=amd64 go build test.go

Cross-Compile Mipsle Architecture (Creator Ci40)

$ GOOS=linux GOARCH=mipsle go build test.go

Run

* $ ./test
or
* $ go run test.go