Initial commit with cru (no delete) of notes
This commit is contained in:
commit
1e1174f9ca
11 changed files with 244 additions and 0 deletions
7
go.mod
Normal file
7
go.mod
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module gitea.gwairfelin.com/max/gonotes
|
||||
|
||||
go 1.23.5
|
||||
|
||||
require github.com/yuin/goldmark v1.7.8
|
||||
|
||||
require github.com/pelletier/go-toml v1.9.5
|
||||
Loading…
Add table
Add a link
Reference in a new issue