2.0.2
- it is not obvious how go.mod should work for submodules, so this is another attempt to get them working correctly
- fix for small issues golangci-lint uncovered
- appease an angry race detector for
Net6.Enumerate()
on linux (but not macos 😬) by creating local variables inside goroutines - improve tests and add benchmarks for
Net4.Enumerate()
andNet6.Enumerate()
Also some repo cleanup
- abandon circleci and coveralls in favor of actions workflows against all explicitly supported versions of go, running against MacOS, Linux and Windows