Before with the naive GOPATH workflow and also with vendoring, it was super easy for me to debug problems with and contribute to upstream packages. With vgo, I can't just cd into vendor/github.com/foo/bar to test out fixes for bugs, etc. Without vendoring I could just cd into $GOPATH/src/github.com/foo/bar, test a patch - commit, push - and submit a PR to the 3rd party project. With vgo, I now have to fork+clone that repository, modify my go.mod file to point to my fork, patch my clone, commit and push to my fork before I can rebuild and test the patch. Yuck.
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.