From 7b5cdbe3510da890c16b06fe0b4f9b41c87756ce Mon Sep 17 00:00:00 2001 From: "kayos@tcp.direct" Date: Sun, 29 Oct 2023 19:19:27 -0700 Subject: [PATCH] Chore[build]: Missed a build tag directive --- linux/uname_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/uname_test.go b/linux/uname_test.go index 06953b2..6e51c3e 100644 --- a/linux/uname_test.go +++ b/linux/uname_test.go @@ -1,3 +1,5 @@ +//go:build linux + package linux import "testing"