From 003a7fa2e53ac15d2c94a34102ae12b69b23c586 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 28 Aug 2022 11:11:36 +0200 Subject: make format --- contrib/getdents-debug/getdents/getdents.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/getdents-debug/getdents/getdents.go') diff --git a/contrib/getdents-debug/getdents/getdents.go b/contrib/getdents-debug/getdents/getdents.go index d10ca12..273c240 100644 --- a/contrib/getdents-debug/getdents/getdents.go +++ b/contrib/getdents-debug/getdents/getdents.go @@ -1,4 +1,5 @@ -//+build linux +//go:build linux +// +build linux /* Small tool to try to debug unix.Getdents problems on CIFS mounts -- cgit v1.2.3