On Wednesday, November 14, 2018 at 2:26:07 PM UTC-5, Paul Jolly wrote: > > > > Can you point us at the documentation you're referring to here, > please? > > > > go help go.mod > > Thanks - it's honestly the first time I've a) read that help document > or b) seen the dev version format. I also can't find any tests > covering its usage. > > Please can you raise an issue about the use of dev in this context, > via https://github.com/golang/go/issues/new? It's entirely possible I > am/we are missing something here, but no harm in checking. >
The `dev` in that documentation is intended to be a branch name. If that module doesn't actually *have* a branch named `dev`, it won't work. For now, using any version < v2 should work, just so long as it is a > valid semver version that therefore doesn't require any further > resolution. e.g. v0.0.0 should be fine. > -- 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.