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 --- pkg/rootlessport/rootlessport_linux.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/rootlessport') diff --git a/pkg/rootlessport/rootlessport_linux.go b/pkg/rootlessport/rootlessport_linux.go index b89a92d1e..6918a7e8c 100644 --- a/pkg/rootlessport/rootlessport_linux.go +++ b/pkg/rootlessport/rootlessport_linux.go @@ -1,3 +1,4 @@ +//go:build linux // +build linux // Package rootlessport provides reexec for RootlessKit-based port forwarder. -- cgit v1.2.3-54-g00ecf