mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
libpod: add !remote tag
This should never be pulled into the remote client. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
//go:build !remote
|
||||
// +build !remote
|
||||
|
||||
package libpod
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user