From 3b5537739428fc6983ccc913b5a73de594124ae4 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Wed, 13 Dec 2023 22:50:17 +0800 Subject: [PATCH] doc: add missing html tags Change-Id: Ieb1a9efdff571f402dd44815e0fbe2cf5a2d55b1 Reviewed-on: https://go-review.googlesource.com/c/go/+/549355 Reviewed-by: Michael Pratt Run-TryBot: shuang cui TryBot-Result: Gopher Robot Reviewed-by: Cherry Mui --- doc/go1.22.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/go1.22.html b/doc/go1.22.html index a2ae843bc7..3a441f4cf7 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -326,7 +326,7 @@ defer func() {
archive/tar

- The new method Writer.AddFS adds all of the files from an fs.FS to the archive. + The new method Writer.AddFS adds all of the files from an fs.FS to the archive.

@@ -338,7 +338,7 @@ defer func() {

archive/zip

- The new method Writer.AddFS adds all of the files from an fs.FS to the archive. + The new method Writer.AddFS adds all of the files from an fs.FS to the archive.

@@ -703,7 +703,7 @@ defer func() {
os/exec

- On Windows, LookPath now + On Windows, LookPath now ignores empty entries in %PATH%, and returns ErrNotFound (instead of ErrNotExist) if no executable file extension is found to resolve an otherwise-unambiguous -- 2.50.0