We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7974c3 commit 48e36b7Copy full SHA for 48e36b7
src/encoding/asn1/asn1.go
@@ -1066,6 +1066,7 @@ func setDefaultValue(v reflect.Value, params fieldParameters) (ok bool) {
1066
// optional marks the field as ASN.1 OPTIONAL
1067
// set causes a SET, rather than a SEQUENCE type to be expected
1068
// tag:x specifies the ASN.1 tag number; implies ASN.1 CONTEXT SPECIFIC
1069
+// utf8: causes strings to be unmarshal as ASN.1, UTF8String values
1070
//
1071
// If the type of the first field of a structure is RawContent then the raw
1072
// ASN1 contents of the struct will be stored in it.
0 commit comments