Improve formatting of godoc

pull/1617/head
Andrew Stuart 8 years ago
parent c311b085d5
commit ec020a9e40
No known key found for this signature in database
GPG Key ID: D409317C5B5ACD4D

@ -64,6 +64,7 @@ func (f Files) Get(name string) string {
// matched files.
//
// This is designed to be called from a template.
//
// {{ range $name, $content := .Files.Glob("foo/**") }}
// {{ $name }}: |
// {{ .Files.Get($name) | indent 4 }}{{ end }}

Loading…
Cancel
Save