// SPDX-License-Identifier: Unlicense OR MIT //go:build race // +build race package main_test func init() { raceEnabled = true }