Initial FarmCal MVP

This commit is contained in:
Kai
2026-02-16 11:22:50 +01:00
commit 745c93c77b
9 changed files with 862 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module farmcal
go 1.23
require github.com/go-sql-driver/mysql v1.8.1