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

Commit e4ad6cf

Browse files
committed
remove readTemplates method
1 parent ef2a575 commit e4ad6cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ func readTemplate(name, data string) *template.Template {
9090
return t
9191
}
9292

93-
func readTemplates(p *godoc.Presentation, html bool) {
94-
p.PackageText = readTemplate("package.txt", pkgTemplate)
95-
}
96-
9793
func main() {
9894
flag.Usage = usage
9995
flag.Parse()

0 commit comments

Comments
 (0)