diff options
Diffstat (limited to 'vendor/golang.org/x/sys/unix/README.md')
| -rw-r--r-- | vendor/golang.org/x/sys/unix/README.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/vendor/golang.org/x/sys/unix/README.md b/vendor/golang.org/x/sys/unix/README.md index fc8f935..bc6f603 100644 --- a/vendor/golang.org/x/sys/unix/README.md +++ b/vendor/golang.org/x/sys/unix/README.md @@ -1,10 +1,11 @@ # Building `sys/unix` -The unix package provides access to the raw system call interface of the -underlying operating system. Porting Go to a new architecture/OS combination -or adding syscalls, types, or constants to an existing architecture/OS pair -requires some manual effort; however, there are tools that automate much of the -process. +The sys/unix package provides access to the raw system call interface of the +underlying operating system. See: https://godoc.org/golang.org/x/sys/unix + +Porting Go to a new architecture/OS combination or adding syscalls, types, or +constants to an existing architecture/OS pair requires some manual effort; +however, there are tools that automate much of the process. ## Build Systems |