draft shits

This commit is contained in:
2026-02-01 11:55:16 +01:00
parent d17ed8c650
commit e27aadc603
22 changed files with 1341 additions and 0 deletions

10
go.mod Normal file
View File

@ -0,0 +1,10 @@
module donniemarko
go 1.24.0
toolchain go1.24.12
require (
github.com/russross/blackfriday/v2 v2.1.0
golang.org/x/net v0.49.0
)