Initial commit - read and serve markdown and static files
This commit is contained in:
commit
8daaa1b330
8 changed files with 180 additions and 0 deletions
5
go.mod
Normal file
5
go.mod
Normal file
|
@ -0,0 +1,5 @@
|
|||
module prose
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/yuin/goldmark v1.3.1
|
Loading…
Add table
Add a link
Reference in a new issue