Initial code commit

This commit is contained in:
2025-10-18 16:45:10 -04:00
parent 8db6f2f79a
commit 82fc042989
4 changed files with 76 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module unifi-shutd
go 1.25.2
require (
github.com/rwinkhart/go-boilerplate v0.1.0
github.com/rwinkhart/uni-nut v1.1.0
)