func TestTypeFor(t *testing.T) { … } func TestStructOfEmbeddedIfaceMethodCall(t *testing.T) { … } func TestIsRegularMemory(t *testing.T) { … } var sinkType … func BenchmarkTypeForString(b *testing.B) { … } func BenchmarkTypeForError(b *testing.B) { … } func TestType_CanSeq(t *testing.T) { … } func TestType_CanSeq2(t *testing.T) { … }