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:
parent
b8230ee010
commit
fa18574ed8
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue