1
0
Fork 0
mirror of https://github.com/avelino/awesome-go.git synced 2024-11-13 11:14:37 -05:00

remove comment source

Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
Avelino 2021-12-25 11:31:41 -03:00
parent 08725d72e6
commit 7e0981b926

View file

@ -46,7 +46,6 @@ func GenerateHTML() (err error) {
parser := parser.NewWithExtensions(extensions)
body := string(markdown.ToHTML(input, parser, nil))
// body := string(gfm.Markdown(input))
c := &content{Body: body}
t := template.Must(template.ParseFiles(tplPath))
f, err := os.Create(idxPath)