package operations func Shift(r1 *byte) { *r1 = *r1 << 1 }