chore: use prettier with plugin to format go templates
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/server/server.go → internal/server/server.go
@@ -88,7 +88,7 @@ sentryHandler := sentryhttp.New(sentryhttp.Options{ Repanic: true, }) - templatePaths := path.Join("frontend", "templates", "*.tmpl") + templatePaths := path.Join("frontend", "templates", "*.gotmpl") tpl := template.Must(template.ParseGlob(templatePaths)) top := http.NewServeMux()