initial commit

This commit is contained in:
2025-10-15 18:44:51 -05:00
commit 084284370c
9 changed files with 347 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/jwetzell/showbridge-go
go 1.25.1
require github.com/urfave/cli/v3 v3.4.1