]> Cypherpunks repositories - gostls13.git/commit
asn1: add support for unmarshalling structs with int32 members
authorDave Cheney <dave@cheney.net>
Wed, 17 Aug 2011 16:12:01 +0000 (12:12 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 17 Aug 2011 16:12:01 +0000 (12:12 -0400)
commit9f06ccb48d9bb17deeb7515c521993879141334d
tree1feb9d9ee9d68ecdd961206cbd8fbc68b5dc1708
parentb40bd5efb719f88a46f0ecf87090470252e32d30
asn1: add support for unmarshalling structs with int32 members

Also improve error message for unsupported integer types

R=agl, rsc
CC=golang-dev
https://golang.org/cl/4873049
src/pkg/asn1/asn1.go
src/pkg/asn1/asn1_test.go