1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:11:21 -06:00
go/src/pkg/asn1
Russ Cox 8206bafb22 asn1: make interface consistent with json
Replace Marshal with MarshalToMemory
(no one was using old Marshal anyway).

Swap arguments to Unmarshal.

Fixes #1133.

R=agl1
CC=golang-dev
https://golang.org/cl/2249045
2010-09-24 12:34:18 -04:00
..
asn1_test.go asn1: make interface consistent with json 2010-09-24 12:34:18 -04:00
asn1.go asn1: make interface consistent with json 2010-09-24 12:34:18 -04:00
common.go Fix certificate validation. 2010-09-20 10:32:08 -04:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
marshal_test.go asn1: make interface consistent with json 2010-09-24 12:34:18 -04:00
marshal.go asn1: make interface consistent with json 2010-09-24 12:34:18 -04:00