From cfe9478196eef8736a3c0bb2eccda826263420ea Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 26 Apr 2024 12:19:46 +0200 Subject: all: go fix everything --- pkg/testutil/norace.go | 1 - pkg/testutil/race.go | 1 - 2 files changed, 2 deletions(-) (limited to 'pkg/testutil') diff --git a/pkg/testutil/norace.go b/pkg/testutil/norace.go index ceb03928f..47cc90150 100644 --- a/pkg/testutil/norace.go +++ b/pkg/testutil/norace.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build !race -// +build !race package testutil diff --git a/pkg/testutil/race.go b/pkg/testutil/race.go index 96a9043bb..cdd242454 100644 --- a/pkg/testutil/race.go +++ b/pkg/testutil/race.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build race -// +build race package testutil -- cgit mrf-deployment