Skip to content

Commit

Permalink
Fixes #95
Browse files Browse the repository at this point in the history
  • Loading branch information
unrolled committed May 26, 2021
1 parent 549aa82 commit 03136a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ var embeddedTemplates embed.FS

r := render.New(render.Options{
Directory: "templates",
FileSystem: &EmbedFileSystem{
FileSystem: &render.EmbedFileSystem{
FS: embeddedTemplates,
},
Extensions: []string{".html", ".tmpl"},
Expand Down

0 comments on commit 03136a8

Please sign in to comment.