Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

post 2.0.0 fixes #16

Merged
merged 12 commits into from
Dec 30, 2023
Merged

post 2.0.0 fixes #16

merged 12 commits into from
Dec 30, 2023

Conversation

c-robinson
Copy link
Owner

@c-robinson c-robinson commented Dec 30, 2023

Branch has a few things in it:

  • attempt to get go.mod functional for v2 branch with the iana and iid submodules
  • appease angry race detector (in linux only) on Net6.Enumerate() by cloning thread-local variables for IP and count
  • add benchmarks and nilness tests for Net.Enumerate()
  • appease angry syntax detector (in linux only) when net.go didn't have a newline after the final '}' in the file
  • run golangci-lint (./golangci-lint run ./...) and then fix what it found
  • swap out circleci/coveralls for a github actions, which run against linux, macos and windows for all explicitly accepted versions (note the race detector does not run under windows)

@c-robinson c-robinson force-pushed the wtf_gomod branch 3 times, most recently from ef0b077 to 273ba90 Compare December 30, 2023 22:24
@c-robinson c-robinson merged commit 808dd52 into main Dec 30, 2023
12 checks passed
@c-robinson c-robinson deleted the wtf_gomod branch December 30, 2023 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant