browserutils / kooky

Go code to read cookies from browser cookie stores.
MIT License
210 stars 41 forks source link

Prefix tag names with `v` #55

Closed neilpa closed 1 year ago

neilpa commented 1 year ago

To play nice with go modules you need to prefix the version tags with v, e.g. v0.2.0, otherwise you have to pin to commits.

If interested, see https://github.com/golang/go/issues/32945 for all the historical discussion.

srlehn commented 1 year ago

added v-tags