mirror of
https://github.com/golang/go
synced 2024-11-02 09:28:34 +00:00
doc/go1.19: fix reflect pkg link and "a" section
Change-Id: Ica05b2b699d8f6383c713460a473ccf753bc78c0 Reviewed-on: https://go-review.googlesource.com/c/go/+/408494 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
parent
62b38000ab
commit
0ab71cc065
1 changed files with 2 additions and 2 deletions
|
@ -300,8 +300,8 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
<dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
|
||||
<dd>
|
||||
<p><!-- CL 401434 -->
|
||||
<a href="/pkg/strconv/#reflect.SliceHeader"></a><code>reflect.SliceHeader</code>
|
||||
and <a href="/pkg/strconv/#reflect.StringHeader"></a><code>reflect.StringHeader</code>
|
||||
<a href="/pkg/reflect/#SliceHeader"><code>SliceHeader</code></a>
|
||||
and <a href="/pkg/reflect/#StringHeader"><code>StringHeader</code></a>
|
||||
are now deprecated, and their use should be avoided.
|
||||
</p>
|
||||
<p><!-- CL 357331 -->
|
||||
|
|
Loading…
Reference in a new issue