mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03: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:
@@ -1,3 +1,7 @@
|
||||
// pidfd-kill is a command-line tool to send signals to processes using pidfds
|
||||
// passed through a unix socket.
|
||||
//
|
||||
// This tool is only intended to be used within runc's integration tests.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user