top | item 17184247

(no title)

lobster_johnson | 7 years 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

discuss

order

anonfunction|7 years ago

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