From 37b7e3db73e1a637091c55a3526e766c6b8413e8 Mon Sep 17 00:00:00 2001 From: Peter Mundy Date: Mon, 29 Nov 2010 14:31:24 -0800 Subject: [PATCH] godoc: fix doc typo Consistently use 6060 as the port number. R=gri CC=golang-dev https://golang.org/cl/3287042 --- src/cmd/godoc/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/godoc/doc.go b/src/cmd/godoc/doc.go index d0a4d739940..53f05ceb479 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.