]> Cypherpunks.ru repositories - gostls13.git/commit
all: fix quoting for compress/bzip2 and time's godoc
authorsubham sarkar <sarkar.subhams2@gmail.com>
Wed, 14 Oct 2020 18:54:14 +0000 (00:24 +0530)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 23 Oct 2020 21:57:39 +0000 (21:57 +0000)
commita972e8ccb9824d97f029bde5409527fb27e85989
tree432fb9c8ea351bcedd86f507038f4ebbae695396
parentdb185e543fe471c522790b7d93291e786dc54a84
all: fix quoting for compress/bzip2 and time's godoc

The existing usage of grave accent (`) and apostrophe (')
at some places made godoc to ignore them and show it as it is.
So, use both of the characters twice (consecutively) so that
godoc can convert it to {left,right} double quotation mark.

Fixes #41958

Change-Id: I64fd9b5fa34f416ad595009d09f5482e10bd8b4f
Reviewed-on: https://go-review.googlesource.com/c/go/+/262397
Reviewed-by: Russ Cox <rsc@golang.org>
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
src/compress/bzip2/bzip2.go
src/time/tick.go