1 2 3 4 5 6 7 8 9 10
package transform import ( "testing" ) func TestAllocs(t *testing.T) { t.Parallel() testTransform(t, "testdata/allocs", OptimizeAllocs) }