From 003a7fa2e53ac15d2c94a34102ae12b69b23c586 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 28 Aug 2022 11:11:36 +0200 Subject: make format --- internal/syscallcompat/getdents_linux.go | 1 + internal/syscallcompat/getdents_test.go | 1 + 2 files changed, 2 insertions(+) (limited to 'internal/syscallcompat') 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 -- cgit v1.2.3