mirror of
https://github.com/opencontainers/runc.git
synced 2025-12-24 11:50:58 +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:
@@ -20,6 +20,8 @@
|
||||
https://github.com/containerd/containerd/blob/v1.7.5/contrib/seccomp/kernelversion/kernel_linux.go
|
||||
*/
|
||||
|
||||
// Package kernelversion provides a method to check whether the running kernel
|
||||
// version is at least a minimum kernel version.
|
||||
package kernelversion
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user