Initial commit

This commit is contained in:
mathias
2026-05-27 21:55:18 +00:00
commit d1193a57c6
23 changed files with 730 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module gitea.d-ma.be/mathias/hostexecutor
go 1.26
require (
github.com/a-h/templ v0.2.778
)