Skip to content

irbis-sh/process

Repository files navigation

process

Go Reference go.mod Go version

process is a Go package that provides utilities for looking up operating system process IDs (PIDs) and metadata.

It supports the following platforms:

  • Darwin (macOS) – requires cgo
  • Windows
  • Linux

Installation and docs

Install using:

go get github.com/irbis-sh/process

Full package documentation is available at https://pkg.go.dev/github.com/irbis-sh/process.

Contributions

Contributions – including bug reports and pull requests – are welcome.

If you'd like to contribute directly to the codebase, please first open an issue outlining the intended bug fix or feature and the approach you plan to take.

About

Multiplatform system process utilities for Go.

Resources

License

Stars

Watchers

Forks

Contributors