First of all, Google’s go sounds cool. It’s expermental but on production within google. It seems really cool and th paradigm change is awesome!
Please, visit: http://golang.org/
Note: we will have to rebuild the current src RPM)
1. Get the source RPM
wget http://konradm.fedorapeople.org/fedora/SRPMS/go-0-0.20100609.fc12.src.rpm
2. Setup your rpm building environ (more info at: http://fedoraproject.org/wiki/PackageMaintainers/CreatingPackageHowTo)
rpmdev-setuptree
3. Install the src RPM
rpm -i go-0-0.20100609.fc12.src.rpm
4. Find the spec file and build it
rpmbuild -bb ~/rpmbuild/SPECS/go.spec
5. Find the rpm and install it
su -c 'yum localinstall ~/rpmbuild/RPMS/x86_64/go-0-0.20100609.fc13.x86_64.rpm'
There you go. You can install, optionally, the go-vim or go-emacs package (in that same dir).
If you think you know a better way of building it, please, suggest and/or comment here. I’m no package builder…