commit | 0eac9b5475d551041d06679d16b0f4fb0514dc94 | [log] [tgz] |
---|---|---|
author | database64128 <free122448@hotmail.com> | Fri Jul 12 06:50:57 2024 +0000 |
committer | Alex Brainman <alex.brainman@gmail.com> | Wed Jul 17 07:47:25 2024 +0000 |
tree | 0a04e8fe11d9f5d669fee4ca8271713f415c892a | |
parent | 0c18c88c715857ea966c4fcc1a5d23841443feb2 [diff] |
windows: add flags for GetAdaptersAddresses This commit adds all missing flags for GetAdaptersAddresses. Change-Id: I874623b6ac77af4ced49205493258e118a4f1b26 GitHub-Last-Rev: 384c92a2808112d156e93c41ef092871efd77354 GitHub-Pull-Request: golang/sys#203 Reviewed-on: https://go-review.googlesource.com/c/sys/+/597915 Reviewed-by: Alex Brainman <alex.brainman@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Than McIntosh <thanm@google.com>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.