mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
all panics removed from main package
This commit is contained in:
parent
0c34360e82
commit
3f3e953ef0
1
main.go
1
main.go
@ -101,7 +101,6 @@ func renderAll() error {
|
|||||||
})
|
})
|
||||||
|
|
||||||
if err := renderCategories(objs); err != nil {
|
if err := renderCategories(objs); err != nil {
|
||||||
// FIXME: remove all panics
|
|
||||||
return fmt.Errorf("unable to render categories: %w", err)
|
return fmt.Errorf("unable to render categories: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user