pkg/ps: add !remote tag

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2023-10-24 12:21:31 +02:00
parent 1d16309908
commit 9cecae8c20

View File

@ -1,3 +1,6 @@
//go:build !remote
// +build !remote
package ps package ps
import ( import (