commit | 360f961f8978a4c9a7c2e849bb482780cd6bb553 | [log] [tgz] |
---|---|---|
author | Ilya Hanov <ilya.hanov@huawei-partners.com> | Sat Sep 30 12:02:48 2023 +0300 |
committer | Gopher Robot <gobot@golang.org> | Fri Feb 16 13:31:09 2024 +0000 |
tree | 3e6ffb3335545b693ee1f435d17ee60bcfad480f | |
parent | 7ff74af46e246f08a64cea4267e83365355d37d5 [diff] |
unix: add API for fsconfig system call Fixes golang/go#59537 Change-Id: I8d806ace3adad423c633813455d8f758706cee1d Reviewed-on: https://go-review.googlesource.com/c/sys/+/484995 Reviewed-by: Than McIntosh <thanm@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: 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.