1
0
mirror of https://github.com/golang/go synced 2024-09-24 05:10:13 -06:00
go/misc
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
..
cgo go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
emacs Correct indentation for go-mode where a close brace following a semi- 2009-11-13 15:52:30 -08:00
kate Added Kate syntax highlighting file. 2009-11-17 23:34:08 -08:00
vim Add a Vim syntax highlighting file for Go. 2009-09-29 18:43:20 -07:00
xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00