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