It's better to use semantic versioning with git tags - dep and go mod will automatically fetch tags as available versions.
Tag is immutable (until force push used), so it's more reliable to avoid pulling breaking changes when library updates.
Can you please add tag v1.0.0 or v1.0 to this repository?
It's better to use semantic versioning with git tags -
dep
andgo mod
will automatically fetch tags as available versions. Tag is immutable (until force push used), so it's more reliable to avoid pulling breaking changes when library updates.Can you please add tag
v1.0.0
orv1.0
to this repository?