aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2022-06-06 09:49:13 -0400
committerSteve Moyer <smoyer1@selesy.com>2022-06-06 09:49:13 -0400
commit54306a8f0a6f3223042e40423f0b9378a420d200 (patch)
tree5e197456a69f20ee25ef89eed278e3ba2173ab39
parent99669d77b11851dd35e4c9998594d3cb517543f3 (diff)
downloadgit-bug-54306a8f0a6f3223042e40423f0b9378a420d200.tar.gz
test(808): make build tag compatible with Go 1.16
-rw-r--r--commands/root_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/root_test.go b/commands/root_test.go
index 8983037c..63331605 100644
--- a/commands/root_test.go
+++ b/commands/root_test.go
@@ -1,4 +1,5 @@
//go:build !windows
+// +build !windows
package commands_test