The go tool needs to know what the tree corresponding
to the first directory on the $GOPATH is. It assumes
this is build.Path[1] when build.Path contains >1 entry.
It also assumes that build.Path[0] is the $GOROOT tree.
Neither of these is guaranteed, because build omits
trees that failed to be created. Build should instead leave
trees with the asked-for directory names. If they don't
work, they don't work. That's fine.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: