On Sunday, September 1, 2019 at 2:03:37 PM UTC-4, Albert Tedja wrote:
>
>  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 
> >>>.
>
>
>
Not like Java, Go supports unsigned integers, so >>> is not essential in Go.
 

-- 
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/6ad7cb9a-4147-4bfa-808b-5cc4aa5db626%40googlegroups.com.

Reply via email to