From 003a7fa2e53ac15d2c94a34102ae12b69b23c586 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 28 Aug 2022 11:11:36 +0200 Subject: make format --- tests/defaults/overlayfs_test.go | 1 + tests/root_test/root_test.go | 3 ++- tests/xattr/xattr_fd_test.go | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/defaults/overlayfs_test.go b/tests/defaults/overlayfs_test.go index 7b41de4..8cb773d 100644 --- a/tests/defaults/overlayfs_test.go +++ b/tests/defaults/overlayfs_test.go @@ -1,3 +1,4 @@ +//go:build linux // +build linux package defaults diff --git a/tests/root_test/root_test.go b/tests/root_test/root_test.go index 7d1e296..c4ed7db 100644 --- a/tests/root_test/root_test.go +++ b/tests/root_test/root_test.go @@ -1,4 +1,5 @@ -//+build linux +//go:build linux +// +build linux // Package root_test contains tests that need root // permissions to run diff --git a/tests/xattr/xattr_fd_test.go b/tests/xattr/xattr_fd_test.go index 76fc3ab..f3586cf 100644 --- a/tests/xattr/xattr_fd_test.go +++ b/tests/xattr/xattr_fd_test.go @@ -1,4 +1,5 @@ -//+build linux +//go:build linux +// +build linux // Darwin does not support Fgetxattr and friends! -- cgit v1.2.3