We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0229647 + fc26507 commit 8c3e62aCopy full SHA for 8c3e62a
README.md
@@ -63,7 +63,7 @@ func main() {
63
// and template extension using <engine>.New(dir, ext string)
64
engine := html.New("./views", ".html")
65
66
- // We also support the http.FileSystem interface
+ // We also support the http.FileSystem interface
67
// See examples below to load templates from embedded files
68
engine := html.NewFileSystem(http.Dir("./views"), ".html")
69
0 commit comments