inconshreveable / log15

Structured, composable logging for Go
https://godoc.org/github.com/inconshreveable/log15
Other
1.1k stars 145 forks source link

Use Semantic Version Tags compatible with the new Go modules #151

Open vdobler opened 6 years ago

vdobler commented 6 years ago

The new Go module stuff requires "3-digit" semvers like "v2.13.0". Currently the tags in the repo are just "v2.13". Please consider (re) tagging the commits to allow smooth module integration. Thanks in advance.

muhlemmer commented 4 years ago

Related: #162