From 2e1ddeb136d3a74390f4e8ea28c6605cc6ab48b1 Mon Sep 17 00:00:00 2001
From: Dmitriy Vyukov godoc does do is to display indented
text in a fixed-width font, suitable for program snippets.
The package comment for the
-fmt package uses this to good effect.
+fmt package uses this to good effect.
@@ -710,7 +710,7 @@ Erroneous encodings consume one byte and produce the
replacement rune U+FFFD.
(The name (with associated builtin type) rune is Go terminology for a
single Unicode code point.
-See the language specification
+See the language specification
for details.)
The loop
godoc, written in Go, that extracts
package documentation from the source code. It can be used on the
command line or on the web. An instance is running at
-http://golang.org/pkg/.
+http://golang.org/pkg/.
In fact, godoc implements the full site at
-http://golang.org/.
+http://golang.org/.
v at the time fmt.Println is executed,
but v may have been modified since the goroutine was launched.
To help detect this and other problems before they happen, run
-go vet.
+go vet.
diff --git a/doc/go_spec.html b/doc/go_spec.html index 968db440f2..e6831e9091 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -23,7 +23,7 @@ TODO
This is a reference manual for the Go programming language. For -more information and other documents, see http://golang.org. +more information and other documents, see http://golang.org.
-- 2.51.0