Added go modules support

Easier to deal with and been supported for a while from go. I have
synced the vendor folder to the current dependencies as well.

Signed-off-by: Morten Linderud <morten@linderud.pw>
This commit is contained in:
Morten Linderud 2020-03-28 15:08:50 +01:00
parent 53f63a7614
commit 7cfc2a74a8
No known key found for this signature in database
GPG key ID: E742683BA08CB2FF
33 changed files with 343 additions and 1793 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