{{with .PAst}} {{range $filename, $ast := .}} {{$filename|filename|html}}:
{{node_html $ $ast false}}
{{end}} {{end}} {{with .Dirs}} {{/* DirList entries are numbers and strings - no need for FSet */}} {{if $.PDoc}}

Subdirectories

{{end}}
Standard library
{{if hasThirdParty .List }}
Third party
{{end}}
Other packages
Sub-repositories
Community

Standard library ▾

{{range .List}} {{if eq .RootType "GOROOT"}} {{if $.DirFlat}} {{if .HasPkg}} {{end}} {{else}} {{end}} {{end}} {{end}}
Name Synopsis
{{html .Path}} {{html .Name}} {{html .Synopsis}}
{{if hasThirdParty .List }}

Third party ▾

{{range .List}} {{if eq .RootType "GOPATH"}} {{if $.DirFlat}} {{if .HasPkg}} {{end}} {{else}} {{end}} {{end}} {{end}}
Name Synopsis
{{html .Path}} {{html .Name}} {{html .Synopsis}}
{{end}}

Other packages

Sub-repositories

These packages are part of the Go Project but outside the main Go tree. They are developed under looser compatibility requirements than the Go core. Install them with "go get".

Community

These services can help you find Open Source packages provided by the community.

{{end}}