mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +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)
|
return fmt.Errorf("unable to drop-create out dir: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
err := renderIndex(readmePath, outIndexFile)
|
if err := renderIndex(readmePath, outIndexFile); err != nil {
|
||||||
if err != nil {
|
|
||||||
return fmt.Errorf("unable to convert markdown to html: %w", err)
|
return fmt.Errorf("unable to convert markdown to html: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user