Getting Started – The Go Programming Language (…/install.html)
installing the software on an openSUSE-11.3 machine …
That was a piece of cake compared to the attempted installation on Mac OS X Lion.
What a waste of time the latter was.
My workset of commands on my openSUSE box:
- 8c – the Go compiler
- 8l – the Go linker
- …
My workset of commands on my Mac:
- 6c – the Go compiler
- 6l – the Go linker
- …
The above link also has a chapter on this:
If you want to join the bleeding edge, that’s of course very important.
My next step: the tutorial.