diff options
Diffstat (limited to 'contrib/getdents-debug/getdents/getdents.go')
-rw-r--r-- | contrib/getdents-debug/getdents/getdents.go | 3 |
1 files changed, 2 insertions, 1 deletions
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 |