7 ms·
Yes. That would work. However, I also believe this will work: (A (vendor (B (C (vendor (D E)))))). https://groups.google.com/d/msg/golang-dev/74zjMON9glU/LjrVU
by jooon 11y ago
Yes. That would work. However, I also believe this will work:
(A (vendor (B (C (vendor (D E)))))).
https://groups.google.com/d/msg/golang-dev/74zjMON9glU/LjrVU8dMKbcJ https://groups.google.com/d/msg/golang-dev/74zjMON9glU/LjrVU...
https://groups.google.com/d/msg/golang-dev/74zjMON9glU/0e7M7FHipusJ https://groups.google.com/d/msg/golang-dev/74zjMON9glU/0e7M7...
https://groups.google.com/d/msg/golang-dev/74zjMON9glU/qGzsS8RfjnEJ https://groups.google.com/d/msg/golang-dev/74zjMON9glU/qGzsS...
- jooon 11y agoand if you have both: (A (vendor (B (C (vendor (D E))) D E))) C would pick D E in its C/vendor before D E in A/vendor before D E in $GOPATH/src ps. I have edited these comments about 5 times to get the parentheses right. :)