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:
Paul Holzinger
2023-10-24 12:11:34 +02:00
parent abb5c86b62
commit bad25da92e
119 changed files with 320 additions and 64 deletions

View File

@ -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