Registry / utility / x-sys
library0.46.0gogounverified

Package unix provides low-level operating system primitives for Go programs.

go get golang.org/x/sys
INSTALL
IMPORT
SIG · X-SYS
X
x-sys
utilitygov0.46.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

unix
golang.org/x/sys/unix

Get resource usage of the current process

package main import "golang.org/x/sys/unix" func main() { var rusage unix.Rusage unix.Getrusage(unix.RUSAGE_SELF, &rusage) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.46.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
x-sys — go get x-sys · libregistry