From: jiahua wang Date: Fri, 12 Nov 2021 02:15:21 +0000 (+0800) Subject: doc/go1.18: add AppendRune doc X-Git-Tag: go1.18beta1~308 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=865689571d52fee0b4c910d54bd4ba1484ff2344;p=gostls13.git doc/go1.18: add AppendRune doc For #47694 Change-Id: I39594c273aeb038702457587ee1c46e4b3920bb6 Reviewed-on: https://go-review.googlesource.com/c/go/+/363359 Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov Reviewed-by: Jeremy Faller Trust: Jeremy Faller --- diff --git a/doc/go1.18.html b/doc/go1.18.html index e796215c78..e266889cad 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -441,7 +441,8 @@ Do not send CLs removing the interior tags from such phrases.
unicode/utf8

- TODO: https://golang.org/cl/345571: add AppendRune + The AppendRune function appends the UTF-8 new + encoding of a rune to a []byte.