co tu się odjebało

This commit is contained in:
Bronku 2025-01-31 17:00:45 +01:00
parent ca4e073cf0
commit ed3785af44

View file

@ -34,12 +34,3 @@ func LoadTemplates(fs fs.ReadDirFS) map[string]*template.Template {
}
return tmpl
}
package main
func unwrap[T any](output T, err error) T {
if err != nil {
panic(err)
}
return output
}