Project Initialisation

added Project files
This commit is contained in:
2026-05-03 21:26:10 +02:00
commit dcafc1e7c1
12 changed files with 2029 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module pulsegate-gui
go 1.26.2
require gopkg.in/yaml.v3 v3.0.1