1
0
mirror of https://github.com/golang/go synced 2024-11-17 07:54:41 -07:00
go/src/go
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
..
ast all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
build crypto/rand: make Prime not deterministic for a fixed input stream 2022-04-05 01:35:39 +00:00
constant all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
doc all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
format all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
importer internal/testenv: add GOROOT and use it to fix tests broken with -trimpath 2022-03-18 21:55:52 +00:00
internal cmd/compile: switch to final unified IR export format 2022-04-04 18:33:29 +00:00
parser all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
printer all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
scanner all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
token all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
types cmd/compile: switch to final unified IR export format 2022-04-04 18:33:29 +00:00