]> Cypherpunks repositories - gostls13.git/commit
cmd/go: use filepath.SplitList when inspecting GOPATH
authorDave Cheney <dave@cheney.net>
Mon, 7 Jan 2013 23:00:21 +0000 (10:00 +1100)
committerDave Cheney <dave@cheney.net>
Mon, 7 Jan 2013 23:00:21 +0000 (10:00 +1100)
commit77c343328ece54d140af2ed5514d68bb91b29734
tree15d0910b442e07913166cbea7bc6a690ea80bb91
parent60544b698ed1310dd3c5dbf67f73f29938d64e0d
cmd/go: use filepath.SplitList when inspecting GOPATH

There exists a test case for this condition, but it only runs on unix systems, which neatly dovetails into the code always using ':' as the list separator.

R=adg, iant
CC=golang-dev
https://golang.org/cl/7057052
src/cmd/go/main.go