`type` is not `typedef` in Go. `type` introduces completely new type. 
Fortunately, Go can cast these types to base type silently, i.e. explicict 
cast int(valueOfTI) is unnecessary.

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to