Adding a local go installation

since the one shipped by way of ubuntu repos is *just* outdated enough.
This commit is contained in:
Dan Buch 2012-08-25 22:16:11 -04:00
parent 5edefe38d2
commit 13201cbfea
2 changed files with 7 additions and 0 deletions

2
gotime/.gitignore vendored
View File

@ -1 +1,3 @@
/bin/ /bin/
/.env
/.installation/go/

View File

@ -0,0 +1,5 @@
go/src/all.bash:
hg clone -u release https://code.google.com/p/go
go/bin/go: go/src/all.bash
cd go/src && ./all.bash