// TestTransportForThreadSafe is meant to be run with the race detector // to detect that the Transport generation for client-go is safe to // call from multiple goroutines. func TestTransportForThreadSafe(t *testing.T) { … }
// TestTransportForThreadSafe is meant to be run with the race detector // to detect that the Transport generation for client-go is safe to // call from multiple goroutines. func TestTransportForThreadSafe(t *testing.T) { … }