mirror of
https://github.com/opencontainers/runc.git
synced 2026-04-22 23:17:17 +08:00
627054d246
This silences all of the "should have a package comment" lint warnings from golangci-lint. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
4 lines
145 B
Go
4 lines
145 B
Go
// Package linux provides minimal wrappers around Linux system calls, primarily
|
|
// to provide support for automatic EINTR-retries.
|
|
package linux
|