From: Peter Mundy Date: Mon, 29 Nov 2010 22:31:24 +0000 (-0800) Subject: godoc: fix doc typo X-Git-Tag: weekly.2010-12-02~25 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=37b7e3db73e1a637091c55a3526e766c6b8413e8;p=gostls13.git godoc: fix doc typo Consistently use 6060 as the port number. R=gri CC=golang-dev https://golang.org/cl/3287042 --- diff --git a/src/cmd/godoc/doc.go b/src/cmd/godoc/doc.go index d0a4d73994..53f05ceb47 100644 --- a/src/cmd/godoc/doc.go +++ b/src/cmd/godoc/doc.go @@ -24,7 +24,7 @@ godoc first tries localhost:6060 and then http://golang.org. godoc -q Reader Writer godoc -q math.Sin - godoc -server=:6666 -q sin + godoc -server=:6060 -q sin With the -http flag, it runs as a web server and presents the documentation as a web page.