type testCase … func (c testCase) String() string { … } var cases … func TestParallelizeUntil(t *testing.T) { … } func BenchmarkParallelizeUntil(b *testing.B) { … } func calPrime(p int) bool { … }
type testCase … func (c testCase) String() string { … } var cases … func TestParallelizeUntil(t *testing.T) { … } func BenchmarkParallelizeUntil(b *testing.B) { … } func calPrime(p int) bool { … }