Takuto Ikuta b09406accb windows: add GetDiskFreeSpaceEx function | %!s(int64=5) %!d(string=hai) anos | |
---|---|---|
cpu | %!s(int64=5) %!d(string=hai) anos | |
plan9 | %!s(int64=5) %!d(string=hai) anos | |
unix | %!s(int64=5) %!d(string=hai) anos | |
windows | %!s(int64=5) %!d(string=hai) anos | |
.gitattributes | %!s(int64=10) %!d(string=hai) anos | |
.gitignore | %!s(int64=10) %!d(string=hai) anos | |
AUTHORS | %!s(int64=12) %!d(string=hai) anos | |
CONTRIBUTING.md | %!s(int64=6) %!d(string=hai) anos | |
CONTRIBUTORS | %!s(int64=12) %!d(string=hai) anos | |
LICENSE | %!s(int64=12) %!d(string=hai) anos | |
PATENTS | %!s(int64=12) %!d(string=hai) anos | |
README.md | %!s(int64=7) %!d(string=hai) anos | |
codereview.cfg | %!s(int64=9) %!d(string=hai) anos | |
go.mod | %!s(int64=5) %!d(string=hai) anos |
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.