1
0
mirror of https://github.com/golang/go synced 2024-11-25 05:07:56 -07:00

goinstall doc: fix link to godashboard/package

R=rsc
CC=golang-dev
https://golang.org/cl/607041
This commit is contained in:
Andrew Gerrand 2010-03-17 11:40:05 +11:00
parent 53f3d0733c
commit 67148530d2

View File

@ -58,7 +58,7 @@ After a successful download and installation of a publicly accessible
remote package, goinstall reports the installation to godashboard.appspot.com,
which increments a count associated with the package and the time
of its most recent installation. This mechanism powers the package list
at http://godashboard.appspot.com/packages, allowing Go programmers
at http://godashboard.appspot.com/package, allowing Go programmers
to learn about popular packages that might be worth looking at.
The -dashboard=false flag disables this reporting.