func BenchmarkMutatorBytes(b *testing.B) { … } func BenchmarkMutatorString(b *testing.B) { … } func BenchmarkMutatorAllBasicTypes(b *testing.B) { … } func TestStringImmutability(t *testing.T) { … }
func BenchmarkMutatorBytes(b *testing.B) { … } func BenchmarkMutatorString(b *testing.B) { … } func BenchmarkMutatorAllBasicTypes(b *testing.B) { … } func TestStringImmutability(t *testing.T) { … }