mirror of
https://github.com/golang/go
synced 2024-11-22 02:54:39 -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:
parent
f08baa38f8
commit
37b7e3db73
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user