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 was just looking for a modularized version of the shellquote library. How serendipitous that I found your repo so soon after you published it!
I noticed you published a release, tag 0.1.0. However, Go modules require tags to be published in the format v0.0.0 (note the v prefix). If you want to publish the module in a way that is consumable by Go tooling, you should consider tagging with a syntactically valid tag.
Thanks for publishing!
The text was updated successfully, but these errors were encountered:
Hi!
I was just looking for a modularized version of the shellquote library. How serendipitous that I found your repo so soon after you published it!
I noticed you published a release, tag
0.1.0
. However, Go modules require tags to be published in the formatv0.0.0
(note thev
prefix). If you want to publish the module in a way that is consumable by Go tooling, you should consider tagging with a syntactically valid tag.Thanks for publishing!
The text was updated successfully, but these errors were encountered: