1
0
mirror of https://github.com/golang/go synced 2024-11-14 15:10:54 -07:00
go/src/encoding/asn1
Matthew Dempsky 0da4dbe232 all: remove unnecessary type conversions
cmd and runtime were handled separately, and I'm intentionally skipped
syscall. This is the rest of the standard library.

CL generated mechanically with github.com/mdempsky/unconvert.

Change-Id: I9e0eff886974dedc37adb93f602064b83e469122
Reviewed-on: https://go-review.googlesource.com/22104
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-04-15 07:31:45 +00:00
..
asn1_test.go encoding/asn1: tags should be encoded in minimal form. 2016-03-25 22:07:54 +00:00
asn1.go all: replace magic 0x80 with named constant utf8.RuneSelf 2016-04-10 15:15:57 +00:00
common.go
marshal_test.go
marshal.go all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00