go/src/encoding/asn1
Russ Cox 81431c7aa7 all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
go/doc in all its forms applies this replacement when rendering
the comments. We are considering formatting doc comments,
including doing this replacement as part of the formatting.
Apply it to our source files ahead of time.

For #51082.

Change-Id: Ifcc1f5861abb57c5d14e7d8c2102dfb31b7a3a19
Reviewed-on: https://go-review.googlesource.com/c/go/+/384262
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2022-04-05 17:52:29 +00:00
..
asn1.go all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
asn1_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
common.go
marshal.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
marshal_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00