Go does not have types that are "aliases" for each other; even types
differing only in name require conversions between each other.
You might be thinking of C.
Is this just so that you can declare your types as float instead of float64?
Andrew
I think the problem they are pointing out is that
a := 4.0 makes a float.
this float really isn't that useful because most of the math functions
require a float64, so you have to do a lot of casting or explicitly
declare it as a float64.
- jessta
--
=====================
http://jessta.id.au