1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:20:13 -06:00
go/doc/progs
Sergio Luis O. B. Correia 6fc820729e go: makes it build for the case $GOROOT has whitespaces
the bash scripts and makefiles for building go didn't take into account
the fact $GOROOT / $GOBIN could both be directories containing whitespaces,
and was not possible to build it in such a situation.

this commit adjusts the various makefiles/scripts to make it aware of that
possibility, and now it builds successfully when using a path with whitespaces
as well.

Fixes #115.

R=rsc, dsymonds1
https://golang.org/cl/157067
2009-11-23 17:32:51 -08:00
..
cat_rot13.go tutorial fixes 2009-11-07 18:05:30 -08:00
cat.go fixups in the tutorial 2009-11-01 20:47:03 -08:00
echo.go add a paragraph about semicolons to the tutorial. 2009-11-12 14:10:16 -08:00
file.go fixups in the tutorial 2009-11-01 20:47:03 -08:00
helloworld3.go Automated g4 rollback of changelist 35383. 2009-10-13 12:37:04 -07:00
helloworld.go Automated g4 rollback of changelist 35383. 2009-10-13 12:37:04 -07:00
print_string.go Automated g4 rollback of changelist 35383. 2009-10-13 12:37:04 -07:00
print.go Automated g4 rollback of changelist 35383. 2009-10-13 12:37:04 -07:00
run go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
server1.go remove print() from the tutorial, generating a little clumsiness around "import" 2009-03-18 14:09:16 -07:00
server.go remove print() from the tutorial, generating a little clumsiness around "import" 2009-03-18 14:09:16 -07:00
sieve1.go Automated g4 rollback of changelist 35383. 2009-10-13 12:37:04 -07:00
sieve.go Automated g4 rollback of changelist 35383. 2009-10-13 12:37:04 -07:00
sort.go align the tutorial with the renaming of SortInterface. 2009-10-13 13:05:42 -07:00
sortmain.go fixups in the tutorial 2009-11-01 20:47:03 -08:00
strings.go Automated g4 rollback of changelist 35383. 2009-10-13 12:37:04 -07:00
sum.go Automated g4 rollback of changelist 35383. 2009-10-13 12:37:04 -07:00