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.
(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.