From 54306a8f0a6f3223042e40423f0b9378a420d200 Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Mon, 6 Jun 2022 09:49:13 -0400 Subject: [PATCH] test(808): make build tag compatible with Go 1.16 --- commands/root_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/root_test.go b/commands/root_test.go index 8983037c111b21df768068cd2ee9d4b904cf67d1..63331605e135f0e3175942847ee70ca01d6a0571 100644 --- a/commands/root_test.go +++ b/commands/root_test.go @@ -1,4 +1,5 @@ //go:build !windows +// +build !windows package commands_test