-
Notifications
You must be signed in to change notification settings - Fork 582
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
windows: add flags for GetAdaptersAddresses #203
Conversation
This PR (HEAD: 384c92a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/597915. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/597915. |
Message from Ian Chen: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/597915. |
Message from Alex Brainman: Patch Set 1: Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/597915. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-07-13T02:17:47Z","revision":"2533057d53bf7efd8e6ac35b0a373dab0b42cd7a"} Please don’t reply on this GitHub thread. Visit golang.org/cl/597915. |
Message from Alex Brainman: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/597915. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/597915. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/597915. |
Message from Alex Brainman: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/597915. |
Message from Cherry Mui: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/597915. |
Message from Than McIntosh: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/597915. |
This commit adds all missing flags for GetAdaptersAddresses. Change-Id: I874623b6ac77af4ced49205493258e118a4f1b26 GitHub-Last-Rev: 384c92a GitHub-Pull-Request: #203 Reviewed-on: https://go-review.googlesource.com/c/sys/+/597915 Reviewed-by: Alex Brainman <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Than McIntosh <[email protected]>
This PR is being closed because golang.org/cl/597915 has been merged. |
This commit adds all missing flags for GetAdaptersAddresses.