Hi, if I understand correctly, the plan with versioned packages and modules is to deprecate the vendor folder and GOPATH some time after Go 1.11.
Now it is possible to have own shared packages that aren't hosted anywhere, just sitting on the harddrive inside GOPATH or the vendor directory. This also allows to have modified forks of a third party package and trick the Go tool to treat it like the original. Where am I supposed to store such local packages and forks without using GOPATH or vendor directories? Thank you. -benny -- 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.