commit | a0c72efe2d1704645e6627b27e9b7e13c50e68f4 | [log] [tgz] |
---|---|---|
author | Joon Lee <Joon.S.Lee@ibm.com> | Mon Aug 19 20:37:18 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Mon Aug 19 21:41:29 2024 +0000 |
tree | f8062e7e2f997f084784a51a61640c8a287e531c | |
parent | c64c51db65cebfa1dc4825a1c7a077a5859796a3 [diff] |
unix: add f_flag member flags on z/OS This change adds the constants `ST_RDONLY` and `ST_NOSUID` to a z/OS-specific file. Change-Id: Ifb78124d93b60a10f10b8169d1bb73dce074e760 GitHub-Last-Rev: 952cf1bc7f3944210ed92fc356f2158261953ddf GitHub-Pull-Request: golang/sys#214 Reviewed-on: https://go-review.googlesource.com/c/sys/+/606877 Reviewed-by: Cherry Mui <cherryyz@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.