From f061135ecb6d59b9ca082f7b24d909fea29dbcb3 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Tue, 3 Sep 2024 18:53:05 +0200 Subject: [PATCH] chore: remove redundant buildtag (#81) https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md --- internal/fd/sys_unix.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/fd/sys_unix.go b/internal/fd/sys_unix.go index 9c96576..ce3e52d 100644 --- a/internal/fd/sys_unix.go +++ b/internal/fd/sys_unix.go @@ -1,5 +1,4 @@ //go:build linux || darwin -// +build linux darwin // Package fd provides filesystem descriptor count for different architectures. package fd