mirror of https://github.com/containers/podman.git
pkg/ps: add !remote tag
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
1d16309908
commit
9cecae8c20
|
@ -1,3 +1,6 @@
|
|||
//go:build !remote
|
||||
// +build !remote
|
||||
|
||||
package ps
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue