Package Usage: go: golang.org/x/sys/unix
Package unix contains an interface to the low-level operating system
primitives. OS details vary depending on the underlying system, and
by default, godoc will display OS-specific documentation for the current
system. If you want godoc to display OS documentation for another
system, set $GOOS and $GOARCH to the desired system. For example, if
you want to view documentation for freebsd/arm on linux/amd64, set $GOOS
to freebsd and $GOARCH to arm.
The primary use of this package is inside other packages that provide a more
portable interface to the system, such as "os", "time" and "net". Use
those packages rather than this one if you can.
For details of the functions and data types in this package consult
the manuals for the appropriate operating system.
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.
0 versions
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/golang.org/x/sys/unix
Dependent Repos 1
Spirals-Team/genpack-swarm Fork of docker-archive/classicswarm
GenPack is an extension of Docker Swarm to better pack containers onto hostsSize: 12.8 MB - Last synced: 1 day ago - Pushed: over 8 years ago
