mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +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,7 +1,7 @@
|
||||
// In go 1.20 and later, the global RNG is automatically initialized.
|
||||
// Ref: https://pkg.go.dev/math/rand@go1.20#Seed
|
||||
//go:build !go1.20
|
||||
// +build !go1.20
|
||||
//go:build !go1.20 && !remote
|
||||
// +build !go1.20,!remote
|
||||
|
||||
package libpod
|
||||
|
||||
|
Reference in New Issue
Block a user