Initial commit with cru (no delete) of notes

This commit is contained in:
Maximilian Friedersdorff 2025-01-26 22:23:42 +00:00
commit 1e1174f9ca
11 changed files with 244 additions and 0 deletions

7
go.mod Normal file
View 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