mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
lint/revive: add package doc comments
This silences all of the "should have a package comment" lint warnings from golangci-lint. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// Package linux provides minimal wrappers around Linux system calls, primarily
|
||||
// to provide support for automatic EINTR-retries.
|
||||
package linux
|
||||
Reference in New Issue
Block a user