It's the same SIZE only. int and uint are the same SIZE on a given platform.
Sent from my mobile.
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
According to the spec (http://golang.org/ref/spec#Numeric_types), an 'int' is same as a 'uint', meaning an unsigned integer, either 32 or 64 bits, so either: