mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-13 11:14:37 -05:00
inline call
This commit is contained in:
parent
e05067733e
commit
90bd8d65f3
1 changed files with 1 additions and 2 deletions
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 a new issue