1
0
Fork 0
mirror of https://github.com/avelino/awesome-go.git synced 2025-02-17 15:35:45 -05:00

generatehtml func descrition

Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
Avelino 2021-12-27 06:55:03 -03:00
parent b8230ee010
commit fa18574ed8
No known key found for this signature in database
GPG key ID: B345B4D52E98180A

View file

@ -36,6 +36,7 @@ type content struct {
Body string
}
// GenerateHTML generate site html (index.html) from markdown file
func GenerateHTML() (err error) {
// options
readmePath := "./README.md"