1 // SPDX-License-Identifier: Unlicense OR MIT 2 3 // +build race 4 5 package main_test 6 7 func init() { raceEnabled = true } 8