mirror of
https://github.com/golang/go
synced 2024-11-22 04:54:42 -07:00
710d0540e2
1, strip last path separator from $GOROOT The user might define GOROOT=/path/to/go/, but then the dir check in defaulttarg() will always complain the current dir is not within $GOROOT/src/. 2, resolve symlinks in the default goroot Or if getcwd() returns a fully-resolved path, the check in defaulttarg() will always fail. R=rsc CC=golang-dev https://golang.org/cl/5649073 |
||
---|---|---|
.. | ||
cmd | ||
lib9 | ||
libbio | ||
libmach | ||
pkg | ||
all.bash | ||
all.bat | ||
clean.bash | ||
make.bash | ||
make.bat | ||
Make.dist | ||
run.bash | ||
run.bat | ||
sudo.bash |