mirror of
https://github.com/nkanaev/yarr.git
synced 2026-07-15 11:06:31 +00:00
go fmt
This commit is contained in:
@@ -15,7 +15,7 @@ var static embed.FS
|
||||
var templates embed.FS
|
||||
|
||||
func Templates() *template.Template {
|
||||
return template.Must(template.ParseFS(templates, "templates/*.html"))
|
||||
return template.Must(template.ParseFS(templates, "templates/*.html"))
|
||||
}
|
||||
|
||||
func StaticFS() fs.FS {
|
||||
|
||||
Reference in New Issue
Block a user