mirror of
https://github.com/opencontainers/runc.git
synced 2026-04-22 23:17:17 +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:
@@ -1,3 +1,6 @@
|
||||
// Package apparmor provides a minimal set of helpers to configure the AppArmor
|
||||
// profile of the current process, effectively acting as a very stripped-down
|
||||
// version of libapparmor.
|
||||
package apparmor
|
||||
|
||||
import "errors"
|
||||
|
||||
Reference in New Issue
Block a user