/GoMarkDownGenerator

Simple md generator in go. Uses blackfriday.

Primary LanguageHTML

GoMarkDownGenerator

A simple markdown generator written in Golang

This was a markdown generator written in Go for the purpose of learning how to use the "net/http" package. It also makes use of the russross/blackfriday library, available on github.

Current Instructions to run:

(I have not built the file as of now.)

git clone https://github.com/sid-008/GoMarkDownGenerator
cd GoMarkDownGenerator
go run httplearn.go

After running these commands open localhost:8080.