diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 12:19:46 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 11:42:18 +0000 |
| commit | cfe9478196eef8736a3c0bb2eccda826263420ea (patch) | |
| tree | c8a86f8e19cb1903d7a821ccc03c0dd697c248ad /pkg/testutil | |
| parent | b599b68132cf873c8cd21c722ce8e1f72dbd2fb1 (diff) | |
all: go fix everything
Diffstat (limited to 'pkg/testutil')
| -rw-r--r-- | pkg/testutil/norace.go | 1 | ||||
| -rw-r--r-- | pkg/testutil/race.go | 1 |
2 files changed, 0 insertions, 2 deletions
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 |
