{{with .PDoc}} {{if $.IsPkg}}
{{node_html . $.FSet}}
{{end}}
{{with .Dirs}}
{{/* DirList entries are numbers and strings - no need for FSet */}}
{{if $.PDoc}}
| Name | Synopsis | |
|---|---|---|
| .. | ||
| {{html .Path}} | {{html .Synopsis}} | |
| {{repeat ` ` .Depth}}{{html .Name}} | {{html .Synopsis}} |
Need more packages? Take a look at the Go Project Dashboard.
{{end}} {{end}}