All ASN.1 character string type values are mapped to Go string constants.
ASN.1 production:
<name> <string-type> ::= <value>
Generated code:
const Asn1v<name> string = <value>