A REAL type value is mapped to a Go floating point constant:
ASN.1 production:
<name> REAL ::= <value>
Generated code:
const Asn1v<name> float64 = <value>