aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-28 11:38:34 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-28 11:38:34 +1100
commit16fd9fd64083872fe7c2bc4d4585556731634898 (patch)
treeb7380843c9abb53fa4a25682bec2b43496b73792
parentd71d11fa93b880ee47f0d3c4b6115fb1642681b0 (diff)
downloadgo-16fd9fd64083872fe7c2bc4d4585556731634898.tar.gz
go-16fd9fd64083872fe7c2bc4d4585556731634898.zip
doc: link to Go Project Dashboard from package list
R=golang-dev, r CC=golang-dev https://golang.org/cl/5937048
-rw-r--r--lib/godoc/package.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/godoc/package.html b/lib/godoc/package.html
index 1a580a2023..41677a69dd 100644
--- a/lib/godoc/package.html
+++ b/lib/godoc/package.html
@@ -206,4 +206,7 @@
{{end}}
{{end}}
</table>
+ {{if $.PDoc}}{{else}}
+ <p>Need more packages? Take a look at the <a href="http://godashboard.appspot.com/">Go Project Dashboard</a>.</p>
+ {{end}}
{{end}}