Use Go modules

Fixes #367
This commit is contained in:
Cameron Moore 2019-12-13 21:46:47 -06:00
parent 7c4e6e94fc
commit 669414ca70
28 changed files with 346 additions and 1764 deletions

View file

@ -19,7 +19,7 @@
// These calls return err == nil to indicate success; otherwise
// err represents an operating system error describing the failure and
// holds a value of type syscall.Errno.
package unix
package unix // import "golang.org/x/sys/unix"
// ByteSliceFromString returns a NUL-terminated slice of bytes
// containing the text of s. If s contains a NUL byte at any