OLD | NEW |
1 {{synopsis .Doc}} | 1 {{synopsis .Doc}} |
2 PACKAGE {{.Name}} | 2 PACKAGE {{.Name}} |
3 | 3 |
4 IMPORTPATH | 4 IMPORTPATH |
5 {{.ImportPath}} | 5 {{.ImportPath}} |
6 | 6 |
7 {{with .Imports}}IMPORTS | 7 {{with .Imports}}IMPORTS |
8 {{range .}} {{.}} | 8 {{range .}} {{.}} |
9 {{end}} | 9 {{end}} |
10 {{end}}{{/* | 10 {{end}}{{/* |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 | 54 |
55 {{end}}{{/* | 55 {{end}}{{/* |
56 | 56 |
57 */}}{{range .Methods}} {{synopsis .Doc}} | 57 */}}{{range .Methods}} {{synopsis .Doc}} |
58 {{node .Decl $.FSet}} | 58 {{node .Decl $.FSet}} |
59 | 59 |
60 {{end}}{{end}}{{end}}{{/* | 60 {{end}}{{end}}{{end}}{{/* |
61 | 61 |
62 */}}{{with .Bugs}} | 62 */}}{{with .Bugs}} |
63 BUGS .Bugs is now deprecated, please use .Notes instead | 63 BUGS .Bugs is now deprecated, please use .Notes instead |
64 {{range .}}» {{synopsis .}} | 64 {{range .}}{{indent "\t" .}} |
65 {{end}}{{end}}{{with .Notes}}{{range $marker, $content := .}} | 65 {{end}}{{end}}{{with .Notes}}{{range $marker, $content := .}} |
66 {{$marker}}S | 66 {{$marker}}S |
67 {{range $content}}» {{synopsis .Body}} (uid: {{.UID}}) | 67 {{range $content}}{{$marker}}({{.UID}}){{indent "\t" .Body}} |
68 {{end}}{{end}}{{end}} | 68 {{end}}{{end}}{{end}} |
OLD | NEW |