Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

Commit df2d830

Browse files
committed
Add newline to end of template (makes cat prettier)
1 parent eb8e491 commit df2d830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ var pkgTemplate = `{{with .PDoc}}
8282
{{end}}
8383
{{end}}
8484
- - -
85-
Generated by [godoc2md](http://godoc.org/github.com/davecheney/godoc2md)`
85+
Generated by [godoc2md](http://godoc.org/github.com/davecheney/godoc2md)
86+
`

0 commit comments

Comments
 (0)