feat(release): beelloo v0.1

This commit is contained in:
2026-02-11 11:09:45 +01:00
parent 75ad1e7cee
commit 0dc9eda240
26 changed files with 1918 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module beelloo
go 1.22
require github.com/russross/blackfriday/v2 v2.1.0