| {{define "Head"}}<title>Index - GoDoc</title><meta name="robots" content="NOINDEX">{{end}} |
| |
| {{define "Body"}} |
| <h1>Index</h1> |
| <p>The following is a list of '<a |
| href="http://golang.org/cmd/go/#hdr-Download_and_install_packages_and_dependencies">go |
| get</a>'able packages on godoc.org. A <a href="/-/go">list of Go standard packages</a> is also available. |
| |
| {{htmlComment "\nPlease use http://api.godoc.org/packages instead of scraping this page.\n"}} |
| {{template "Pkgs" .pkgs}} |
| <p>Number of packages: {{len .pkgs}}. |
| {{end}} |