First Commit

This commit is contained in:
2025-08-21 20:56:38 -04:00
commit 9502d1b1be
29 changed files with 1667 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module greencoast
go 1.22.0
require gopkg.in/yaml.v3 v3.0.1