Takuto Ikuta b09406accb windows: add GetDiskFreeSpaceEx function | преди 5 години | |
---|---|---|
cpu | преди 5 години | |
plan9 | преди 5 години | |
unix | преди 5 години | |
windows | преди 5 години | |
.gitattributes | преди 10 години | |
.gitignore | преди 10 години | |
AUTHORS | преди 12 години | |
CONTRIBUTING.md | преди 6 години | |
CONTRIBUTORS | преди 12 години | |
LICENSE | преди 12 години | |
PATENTS | преди 12 години | |
README.md | преди 7 години | |
codereview.cfg | преди 9 години | |
go.mod | преди 5 години |
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.