1 //go:build go1.22 2 3 package integration_test 4 5 // lockContestPrefix is the function name prefix with Go 1.22 and later 6 const lockContestPrefix = "lock_contest_test.init." 7
View as plain text