commit | 9cb830b23eaf26f5db69302da2b1ba1d89c9548e | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Thu Aug 22 15:07:11 2024 -0700 |
committer | Gopher Robot <gobot@golang.org> | Fri Aug 23 19:08:35 2024 +0000 |
tree | d624d3bb6b7aabd66c5aaba7dfef62e8df9919f3 | |
parent | 71132f5fbd80ad7e1b3940bc6689c31a6e0f195b [diff] |
unix: add missing import to syscall_hurd.go CL 471119 added a reference to the unsafe package, but didn't add the import. Change-Id: Ibb8097df0444d8e83ba08e4ca2b5df98844fccf4 Reviewed-on: https://go-review.googlesource.com/c/sys/+/607976 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@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.