commit | aa1c4c8554e2f3f54247c309e897cd42c9bfc374 | [log] [tgz] |
---|---|---|
author | Joel Sing <joel@sing.id.au> | Fri Jun 28 22:51:24 2024 +1000 |
committer | Joel Sing <joel@sing.id.au> | Sat Aug 03 07:06:10 2024 +0000 |
tree | 556d00113cdf6315ac384e1557b9d1e2f53e12a8 | |
parent | cde4660eb9c519b4373bebe3d42deebc744368f2 [diff] |
unix: provide Mount on openbsd Note that Mount is already provided for both darwin and linux, with differing signatures. Change-Id: Iaddae1769e436aad5125b78e31b2d62d22e45b16 Reviewed-on: https://go-review.googlesource.com/c/sys/+/595735 Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@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.