...

Source file src/github.com/onsi/ginkgo/v2/integration/profiling_go1.21_test.go

Documentation: github.com/onsi/ginkgo/v2/integration

     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