From be7c0f31c798c0c826e7b92d705a270f2e870ca5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C3=A9ter=20Sur=C3=A1nyi?= "BUG(who)"
are recognized as known bugs, and included in
the "Bugs" section of the package documentation. The "who" part should be the
user name of someone who could provide more information. For example, this is a
-known issue from the bytes
package:
+known issue from the bytes
package:
diff --git a/doc/go1.html b/doc/go1.html index f0a804784a..491fd7bf73 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -1676,7 +1676,7 @@ instead of aVisitor
interface value. TheWalkFunc
function will be called even for files or directories that could not be opened; in such cases the error argument will describe the failure. If a directory's contents are to be skipped, -the function should return the valuefilepath.SkipDir
+the function should return the valuefilepath.SkipDir
{{code "/doc/progs/go1.go" `/STARTWALK/` `/ENDWALK/`}} @@ -1865,7 +1865,7 @@ made easier with the new structure of the packages. The imports will be updated by fix tool. Single-template uses will be otherwise be largely unaffected. Code that uses multiple templates in concert will need to be updated by hand. -The examples in +The examples in the documentation fortext/template
can provide guidance.