Closed sid6mathur closed 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
go mod
cidranger
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.
cidranger.AllIPv4
cidranger.AllIPv6
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
Duplicate of #29
Just bumped to v1.0.1 let me know if you still see the issue.
Thank you very much for tagging the v1.0.1 release. Works ok now :) Appreciate the wonderful package.
Thanks for the wonderful package, @yl2chen .
Go's
go mod
tooling is pulling the wrong v1.0.0 ofcidranger
from : https://pkg.go.dev/github.com/yl2chen/cidranger@v1.0.0?tab=docNotice the release date of 21-December-2019 above, and that
cidranger.AllIPv4
andcidranger.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