diff options
author | Jakob Unterwurzacher | 2022-08-28 11:11:36 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2022-08-28 11:11:36 +0200 |
commit | 003a7fa2e53ac15d2c94a34102ae12b69b23c586 (patch) | |
tree | 0235b74635bbc183cf11c11822d5d4b9a1cf5248 /internal/syscallcompat | |
parent | 4808adc761783e93d6b6d91a9ed4727089f66688 (diff) |
make format
Diffstat (limited to 'internal/syscallcompat')
-rw-r--r-- | internal/syscallcompat/getdents_linux.go | 1 | ||||
-rw-r--r-- | internal/syscallcompat/getdents_test.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/internal/syscallcompat/getdents_linux.go b/internal/syscallcompat/getdents_linux.go index cedb463..da3868f 100644 --- a/internal/syscallcompat/getdents_linux.go +++ b/internal/syscallcompat/getdents_linux.go @@ -1,3 +1,4 @@ +//go:build linux // +build linux package syscallcompat diff --git a/internal/syscallcompat/getdents_test.go b/internal/syscallcompat/getdents_test.go index a6f41ca..eb670d6 100644 --- a/internal/syscallcompat/getdents_test.go +++ b/internal/syscallcompat/getdents_test.go @@ -1,3 +1,4 @@ +//go:build linux // +build linux package syscallcompat |