yl2chen / cidranger

Fast IP to CIDR lookup in Golang
MIT License
900 stars 106 forks source link

Releasing problem : v1.0.0 differs between Github and pkg.go.dev #32

Closed sid6mathur closed 4 years ago

sid6mathur commented 4 years ago

Thanks for the wonderful package, @yl2chen .

Go's go mod tooling is pulling the wrong v1.0.0 of cidranger from : https://pkg.go.dev/github.com/yl2chen/cidranger@v1.0.0?tab=doc

Notice the release date of 21-December-2019 above, and that cidranger.AllIPv4 and cidranger.AllIPv6 including the iterator implementation is missing from both sources and the documentation.

This is in variance from the Github releases area, where v1.0.0 with date 24-December-2019, has all the above enhancements: https://github.com/yl2chen/cidranger/releases

sid6mathur commented 4 years ago

Duplicate of #29

yl2chen commented 4 years ago

Just bumped to v1.0.1 let me know if you still see the issue.

sid6mathur commented 4 years ago

Thank you very much for tagging the v1.0.1 release. Works ok now :) Appreciate the wonderful package.