1
0
mirror of https://github.com/golang/go synced 2024-11-22 03:14:41 -07:00

godoc: fix doc typo

Consistently use 6060 as the port number.

R=gri
CC=golang-dev
https://golang.org/cl/3287042
This commit is contained in:
Peter Mundy 2010-11-29 14:31:24 -08:00 committed by Robert Griesemer
parent f08baa38f8
commit 37b7e3db73

View File

@ -24,7 +24,7 @@ godoc first tries localhost:6060 and then http://golang.org.
godoc -q Reader Writer godoc -q Reader Writer
godoc -q math.Sin 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 With the -http flag, it runs as a web server and presents the documentation as a
web page. web page.