I am trying to perform some bitwise operators, but Go is not letting me because the mask is an uint and the values are int. Setting the mask to int will break the code since I am shifting bits right and left and prefer the prefix 0 when shifting right, and if I am not mistaken, Go does not have >>>.
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/a211253c-eec1-4efb-8f4c-5e94f04e6681%40googlegroups.com.