co tu się odjebało
This commit is contained in:
parent
ca4e073cf0
commit
ed3785af44
1 changed files with 0 additions and 9 deletions
9
util.go
9
util.go
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue