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

Replace the existing IsPrivateIP() with net.IP.IsPrivate() #221

Merged

Conversation

yunkon-kim
Copy link
Member

  • Change the related sections
  • Remove the existing IsPrivateIP() from the nethelper package

- Change the related sections
- Remove the existing `IsPrivateIP()` from the `nethelper` package
@yunkon-kim yunkon-kim self-assigned this Jan 20, 2022
@yunkon-kim yunkon-kim linked an issue Jan 20, 2022 that may be closed by this pull request
@yunkon-kim yunkon-kim merged commit be7411f into cloud-barista:develop Jan 20, 2022
@yunkon-kim yunkon-kim deleted the replace-to-net.IP.IsPrivate branch January 20, 2022 04:33
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.

In Go 1.17, a new "IsPrivate" method is added for the "net.IP"
1 participant