Hacker News new | ask | show | jobs
by lobster_johnson 2946 days ago
Every Go project I've used uses git tags prefixed with "v", e.g. v1.0.3.

https://github.com/gogo/protobuf

https://github.com/olivere/elastic

https://github.com/golang/protobuf

https://github.com/sanity-io/litter

1 comments

I've seen a few that used 1.0.3 which is also common among python and other languages. One of the biggest new go projects, istio[1], uses the 1.0.3 style.

I'll switch over in the future and keep existing tags for dep users.

1. https://github.com/istio/istio/tags