From 5cbae51d2ad7ac55ec45568d3174d04026938f44 Mon Sep 17 00:00:00 2001 From: Juerg Ritter Date: Mon, 15 Jul 2024 15:19:00 +0200 Subject: [PATCH] Add correct build tag --- sysfs/class_drm_card.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysfs/class_drm_card.go b/sysfs/class_drm_card.go index 147b7a2e..314fd7d1 100644 --- a/sysfs/class_drm_card.go +++ b/sysfs/class_drm_card.go @@ -11,8 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !windows -// +build !windows +//go:build linux +// +build linux package sysfs