Takuto Ikuta b09406accb windows: add GetDiskFreeSpaceEx function | hace 5 años | |
---|---|---|
cpu | hace 5 años | |
plan9 | hace 5 años | |
unix | hace 5 años | |
windows | hace 5 años | |
.gitattributes | hace 10 años | |
.gitignore | hace 10 años | |
AUTHORS | hace 12 años | |
CONTRIBUTING.md | hace 6 años | |
CONTRIBUTORS | hace 12 años | |
LICENSE | hace 12 años | |
PATENTS | hace 12 años | |
README.md | hace 7 años | |
codereview.cfg | hace 9 años | |
go.mod | hace 5 años |
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.