From ea08765f400d828907f231baa84bd880a00d95f1 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Fri, 18 Mar 2022 09:11:53 +0100 Subject: go fmt: use go 1.18 conditional-build syntax Signed-off-by: Valentin Rothberg --- libpod/container_log_unsupported.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpod/container_log_unsupported.go') diff --git a/libpod/container_log_unsupported.go b/libpod/container_log_unsupported.go index f9ca26966..4f50f9f4c 100644 --- a/libpod/container_log_unsupported.go +++ b/libpod/container_log_unsupported.go @@ -1,4 +1,5 @@ -//+build !linux !systemd +//go:build !linux || !systemd +// +build !linux !systemd package libpod -- cgit v1.2.3-54-g00ecf