amimof / huego

An extensive Philips Hue client library for Go with an emphasis on simplicity
MIT License
250 stars 36 forks source link

tags format for Go modules #36

Closed pierrre closed 3 years ago

pierrre commented 3 years ago

Hello,

According to https://golang.org/ref/mod the Git tag format should be vX.Y.Z. So the tag for the version 1.2.0 should be v1.2.0 instead of 1.2.0. Currently the versions are not displayed here https://pkg.go.dev/github.com/amimof/huego?tab=versions and all the links to the source code are broken https://pkg.go.dev/github.com/amimof/huego (pkg.go.dev is replacing godoc.org)

amimof commented 3 years ago

Hi @pierrre Thanks for reporting. I'll make sure to have the tag names fixed asap.

amimof commented 3 years ago

I just added tags with v prefix

pierrre commented 3 years ago

great, it's working ! https://pkg.go.dev/github.com/amimof/huego?tab=versions