package types var ( Float64 = &Struct{name: "Float64", size: 8} Float32 = &Struct{name: "Float32", size: 4} Float = Float64 )