diff options
Diffstat (limited to 'internal/asn1-ber/ber.go')
| -rw-r--r-- | internal/asn1-ber/ber.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/asn1-ber/ber.go b/internal/asn1-ber/ber.go index 95755fe..86df21c 100644 --- a/internal/asn1-ber/ber.go +++ b/internal/asn1-ber/ber.go @@ -255,7 +255,7 @@ func ReadPacket(reader io.Reader) (*Packet, error) { return p, nil } -func DecodeString(data []byte) (string) { +func DecodeString(data []byte) string { return string(data) } |
