You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to migrate my project to go modules. Go modules will pull the code only from the latest published tag. However, the latest tag available for this repo is from 2016- it is missing a lot of the newer code that my project needs. Can you please release a new tag with the latest code?
Hi,
I am trying to migrate my project to go modules. Go modules will pull the code only from the latest published tag. However, the latest tag available for this repo is from 2016- it is missing a lot of the newer code that my project needs. Can you please release a new tag with the latest code?
Also note that when it comes to naming the tag, anything over v2.x.x will require additional changes to the directory structure as per https://github.com/golang/go/wiki/Modules#releasing-modules-v2-or-higher; Therefore it's best to use v0 or v1.
Thanks
The text was updated successfully, but these errors were encountered: