mirror of
https://github.com/opencontainers/runc.git
synced 2025-12-24 11:50:58 +08:00
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
171 B
Go
4 lines
171 B
Go
// Package patchbpf provides utilities for patching libseccomp-generated cBPF
|
|
// programs in order to handle unknown syscalls and ENOSYS more gracefully.
|
|
package patchbpf
|