"Peter A. Cejchan" <[email protected]> once said: > BTW, what is the current status of 9Go ... I still use 60.2
I just noticed this mail. Sorry.
To build the current Go codebase you need four patches.
Two should be applied to the Plan 9 tree:
/n/sources/patch/kernel-tsemacquire
/n/sources/patch/fmt-preserve
And two more to the Go tree:
https://codereview.appspot.com/5608059
https://codereview.appspot.com/6031056
Then you can do:
% cd $GOROOT/src
% ./make.rc
Cheers,
Anthony
