| commit | 13fcbd661c8ececa8807a29b48407d674b1d8ed8 | [log] [tgz] |
|---|---|---|
| author | Tobias Klauser <tklauser@distanz.ch> | Wed Nov 29 08:33:14 2017 +0000 |
| committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu Nov 30 01:39:27 2017 +0000 |
| tree | 043c6832c51e48b905598e39ab7ebb133398e099 | |
| parent | 316e9227019baa6ea3f76ea21538bab101fd1182 [diff] |
unix: add Getdents on FreeBSD Fixes golang/go#16137 Change-Id: I0b7ebb71b95de3c262242ddb4032da5f470f5643 Reviewed-on: https://go-review.googlesource.com/80535 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@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.