mirror of
https://github.com/golang/go
synced 2024-11-17 03:54:48 -07:00
doc: add missing html tags
Change-Id: Ieb1a9efdff571f402dd44815e0fbe2cf5a2d55b1 Reviewed-on: https://go-review.googlesource.com/c/go/+/549355 Reviewed-by: Michael Pratt <mpratt@google.com> Run-TryBot: shuang cui <imcusg@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
parent
527829a7cb
commit
3b55377394
@ -326,7 +326,7 @@ defer func() {
|
|||||||
<dl id="archive/tar"><dt><a href="/pkg/archive/tar/">archive/tar</a></dt>
|
<dl id="archive/tar"><dt><a href="/pkg/archive/tar/">archive/tar</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- https://go.dev/issue/58000, CL 513316 -->
|
<p><!-- https://go.dev/issue/58000, CL 513316 -->
|
||||||
The new method <a href="/pkg/archive/tar#Writer.AddFS"<code>Writer.AddFS</code></a> adds all of the files from an <a href="/pkg/io/fs#FS"><code>fs.FS</code></a> to the archive.
|
The new method <a href="/pkg/archive/tar#Writer.AddFS"><code>Writer.AddFS</code></a> adds all of the files from an <a href="/pkg/io/fs#FS"><code>fs.FS</code></a> to the archive.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><!-- https://go.dev/issue/50102, CL 514235 -->
|
<p><!-- https://go.dev/issue/50102, CL 514235 -->
|
||||||
@ -338,7 +338,7 @@ defer func() {
|
|||||||
<dl id="archive/zip"><dt><a href="/pkg/archive/zip/">archive/zip</a></dt>
|
<dl id="archive/zip"><dt><a href="/pkg/archive/zip/">archive/zip</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- https://go.dev/issue/54898, CL 513438 -->
|
<p><!-- https://go.dev/issue/54898, CL 513438 -->
|
||||||
The new method <a href="/pkg/archive/zip#Writer.AddFS"<code>Writer.AddFS</code></a> adds all of the files from an <a href="/pkg/io/fs#FS"><code>fs.FS</code></a> to the archive.
|
The new method <a href="/pkg/archive/zip#Writer.AddFS"><code>Writer.AddFS</code></a> adds all of the files from an <a href="/pkg/io/fs#FS"><code>fs.FS</code></a> to the archive.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl><!-- archive/zip -->
|
</dl><!-- archive/zip -->
|
||||||
@ -703,7 +703,7 @@ defer func() {
|
|||||||
<dl id="os/exec"><dt><a href="/pkg/os/exec/">os/exec</a></dt>
|
<dl id="os/exec"><dt><a href="/pkg/os/exec/">os/exec</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- CL 528037 -->
|
<p><!-- CL 528037 -->
|
||||||
On Windows, <a href="/pkg/os/exec#LookPath"><code>LookPath</code> now
|
On Windows, <a href="/pkg/os/exec#LookPath"><code>LookPath</code></a> now
|
||||||
ignores empty entries in <code>%PATH%</code>, and returns
|
ignores empty entries in <code>%PATH%</code>, and returns
|
||||||
<code>ErrNotFound</code> (instead of <code>ErrNotExist</code>) if
|
<code>ErrNotFound</code> (instead of <code>ErrNotExist</code>) if
|
||||||
no executable file extension is found to resolve an otherwise-unambiguous
|
no executable file extension is found to resolve an otherwise-unambiguous
|
||||||
|
Loading…
Reference in New Issue
Block a user