func isPowerOf2(x int) bool { … } func roundDownToPowerOf2(x int) int { … } func TestTransform(t *testing.T) { … }