From: Péter Surányi "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 aVisitorinterface value. TheWalkFuncfunction 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/templatecan provide guidance.