The various examples I've seen for using golang modules describe how to specify the version number of a dependency, but I haven't seen how to declare the version number of a module. Some examples suggest adding a /vN to the import path where N is the major version number, but don't say anything about the minor version numbers.
Are versioned modules supposed to have separate directories? An example of how to specify the version number of a go module would be greatly appreciated. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/6452774c-2a70-4c31-89e6-5697448d0b1b%40googlegroups.com.