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:
Aleksa Sarai
2025-09-29 16:41:54 +10:00
parent 8b06dd8743
commit 627054d246
27 changed files with 96 additions and 12 deletions
+3
View File
@@ -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"