all panics removed from main package

This commit is contained in:
Kirill Zhuravlev 2023-02-15 00:05:16 +01:00 committed by Avelino
parent 0c34360e82
commit 3f3e953ef0
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ func renderAll() error {
})
if err := renderCategories(objs); err != nil {
// FIXME: remove all panics
return fmt.Errorf("unable to render categories: %w", err)
}