From c8501d82f25b59762ddddb99885540ff71200749 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Wed, 11 Dec 2024 22:27:59 -0500 Subject: [PATCH] Add build constraint for non-Windows systems --- pkg/cmd/extension/manager_other_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/extension/manager_other_test.go b/pkg/cmd/extension/manager_other_test.go index fb478f1de..416545c4b 100644 --- a/pkg/cmd/extension/manager_other_test.go +++ b/pkg/cmd/extension/manager_other_test.go @@ -1,4 +1,5 @@ //go:build !windows + package extension import (