Adding a local go installation
since the one shipped by way of ubuntu repos is *just* outdated enough.
This commit is contained in:
parent
5edefe38d2
commit
13201cbfea
2
gotime/.gitignore
vendored
2
gotime/.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
/bin/
|
/bin/
|
||||||
|
/.env
|
||||||
|
/.installation/go/
|
||||||
|
5
gotime/.installation/Makefile
Normal file
5
gotime/.installation/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user