mirror of
https://github.com/avelino/awesome-go.git
synced 2025-01-31 04:48:53 +00:00
inline call
This commit is contained in:
parent
e05067733e
commit
90bd8d65f3
3
main.go
3
main.go
@ -62,8 +62,7 @@ func renderAll() error {
|
||||
return fmt.Errorf("unable to drop-create out dir: %w", err)
|
||||
}
|
||||
|
||||
err := renderIndex(readmePath, outIndexFile)
|
||||
if err != nil {
|
||||
if err := renderIndex(readmePath, outIndexFile); err != nil {
|
||||
return fmt.Errorf("unable to convert markdown to html: %w", err)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user