If you have troubles building Go on Plan 9, you can easily cross-compile Go for plan9/arm from another operating system.
cd /usr/local/go/src GOOS=plan9 GOARCH=arm GOARM=7 ./bootstrap.bash Then you get /usr/local/go-plan9-arm-bootstrap.tbz, that you can extract on your Raspberry Pi. -- David du Colombier