commit | 4c7077ec60eeb233fdff4640ef2286500c7689a7 | [log] [tgz] |
---|---|---|
author | database64128 <free122448@hotmail.com> | Mon Jul 29 06:53:55 2024 +0000 |
committer | Alex Brainman <alex.brainman@gmail.com> | Wed Aug 07 08:50:18 2024 +0000 |
tree | 6a75d6fa9d68e7d3b769a625c051a75414ce3791 | |
parent | 29298aaa6a49af9eb63e0c3e6932893034b93051 [diff] |
windows: add enums for IpAdapterUnicastAddress These are for the enum fields in IpAdapterUnicastAddress. Change-Id: Ibcb6ce674ab41a94dbe46d394f035208a94b6dae GitHub-Last-Rev: 1837ff9c32357fe7eb64257001b9bf42485b1c8c GitHub-Pull-Request: golang/sys#204 Reviewed-on: https://go-review.googlesource.com/c/sys/+/598895 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Alex Brainman <alex.brainman@gmail.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: David Chase <drchase@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.