On Thu, 19 Sep 2019 22:41:48 +0100 Steve Simon <[email protected]> wrote: > > does go run under plan9 on the radpberry pi or only on x86?
I haven't tried a native build but cross-compiling with
cd `go env GOROOT`/src
GOOS=plan9 GOARCH=arm ./bootstrap.bash
seems to work. bunzip2 the resulting .tbz file in $home & then
bind -a $home/go-plan9-arm-bootstrap/bin /bin
Only lightly tested.
