Initial scaffold: project structure, .gitignore, go.mod

This commit is contained in:
Axel Meyer
2026-03-03 21:07:31 +01:00
commit 2256df9dd7
15 changed files with 892 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module git.davoryn.de/calic/syncwarden
go 1.24