commit | 4cafe5c66f05b714f48b5a4731ead72874dbf29f | [log] [tgz] |
---|---|---|
author | Koichi Shiraishi <zchee.io@gmail.com> | Sun Nov 07 04:47:54 2021 +0900 |
committer | Gopher Robot <gobot@golang.org> | Tue Jul 09 14:51:42 2024 +0000 |
tree | 86992e79e60676c8fd76e11e6c7b0889729136b8 | |
parent | faed7ec2641160cebe7fdf3fa6d401d848d2710f [diff] |
unix: implements RenamexNp and RenameatxNp for darwin Fixes golang/go#48425 Change-Id: Ib3619863e238eadf09da479bd2e1e47d9ab6f274 Reviewed-on: https://go-review.googlesource.com/c/sys/+/361958 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: 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>
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.