# README
irks
irks
is a Go module for retrieving IRQ counters, structure, and CPU affinity.
Contributing
Please see CONTRIBUTING.md.
Go Version Support
notwork
supports versions of Go that are noted by the Go release policy, that
is, major versions N and N-1 (where N is the current major version).
Make Targets
make
: lists all targets.make coverage
: runs all tests with coverage and then updates the coverage badge inREADME.md
.make pkgsite
: installsx/pkgsite
, as well as thebrowser-sync
andnodemon
npm packages first, if not already done so. Then runs thepkgsite
and hot reloads it whenever the documentation changes.make report
: installs@gojp/goreportcard
if not yet done so and then runs it on the code base.make test
: runs all tests, always.make vuln
: installsx/vuln/cmd/govulncheck
and then runs it.
Copyright and License
irks
is Copyright 2024 Harald Albrecht, and licensed under the Apache License,
Version 2.0.