Initial commit - read and serve markdown and static files

This commit is contained in:
Naman Sood 2021-02-06 16:27:00 -05:00
commit 8daaa1b330
8 changed files with 180 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module prose
go 1.15
require github.com/yuin/goldmark v1.3.1