On 23 February 2018 at 12:31, Nic Pottier <nicpott...@gmail.com> wrote: > Thanks for the great write up Dave, you've inspired me to "try harder" to > use it on a few of my projects after running into similar issues. > > As you noted, my remaining big question mark is how existing libraries that > are above v1 transition to a vgo style while remaining backwards compatible > during the transition.
As Russ pointed out to me, you can work around that by using a 0.0.0-20000101234543-4f34f456eeefdcba version in your go.mod require section. If you've got that, it ignores the version tags. -- 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.