[mirror] Go packages for low-level interaction with the operating system
Перейти к файлу
Rob Pike aec3c6a331 go.sys/unix: just jump to syscall.Syscall etc.
Don't re-implement these functions.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/124390043
2014-08-14 12:30:17 -07:00
plan9 go.sys/plan9: just jump to syscall.Syscall etc. 2014-08-14 12:05:46 -07:00
unix go.sys/unix: just jump to syscall.Syscall etc. 2014-08-14 12:30:17 -07:00
windows go.sys/windows: use syscall.Errno for windows errors 2014-08-14 10:28:19 -07:00
.hgignore .hgignore: add comment setting policy 2013-12-20 16:28:21 -08:00
AUTHORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
CONTRIBUTORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
LICENSE LICENSE: add 2012-03-17 15:20:58 +11:00
PATENTS go.empty: add PATENTS file to the subrepo. 2012-04-16 11:24:04 +10:00
README go.sys: create new repository 2014-08-08 14:33:53 -07:00
codereview.cfg codereview: switch defaultcc to golang-codereviews 2013-12-20 10:57:06 -05:00

README

This repository holds supplemental Go packages for low-level interactions with the operating system.

To submit changes to this repository, see http://golang.org/doc/contribute.html.