commit | 9f1793e2e20eb67a1e42f6df79c9bf606ff16fed | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Jun 09 19:56:19 2021 +0200 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Fri Jun 11 08:36:19 2021 +0000 |
tree | 83776e909f0b6e514a8329b6bb38be12ebc72a42 | |
parent | aa57babbf139f2cf189f7cc4dce7ad03fec65ed6 [diff] |
unix: add AT_REMOVEDIR, AT_EACCESS and AT_SYMLINK_FOLLOW on dragonfly Change-Id: I2a3f4fb12ed3af1789af6115aecae62e61792549 Reviewed-on: https://go-review.googlesource.com/c/sys/+/326430 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
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.