From 5f40d23c1cb80d4a0890971aae7f30cba1614463 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Thu, 8 Feb 2024 15:10:32 +0100 Subject: [PATCH] remove unused build constraint --- ctl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctl_test.go b/ctl_test.go index d7001db..a9f9e78 100644 --- a/ctl_test.go +++ b/ctl_test.go @@ -1,4 +1,4 @@ -//go:build !quickstart && !integration +//go:build !integration package main