diff options
Diffstat (limited to 'pkg/state/state_norace.go')
-rw-r--r-- | pkg/state/state_norace.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/state/state_norace.go b/pkg/state/state_norace.go index 4281aed6d..be09d6141 100644 --- a/pkg/state/state_norace.go +++ b/pkg/state/state_norace.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !race // +build !race package state |