diff --git a/cmd/agent/main.go b/cmd/agent/main.go new file mode 100644 index 0000000..06ab7d0 --- /dev/null +++ b/cmd/agent/main.go @@ -0,0 +1 @@ +package main diff --git a/cmd/hub/main.go b/cmd/hub/main.go new file mode 100644 index 0000000..06ab7d0 --- /dev/null +++ b/cmd/hub/main.go @@ -0,0 +1 @@ +package main diff --git a/cmd/telegram/main.go b/cmd/telegram/main.go new file mode 100644 index 0000000..06ab7d0 --- /dev/null +++ b/cmd/telegram/main.go @@ -0,0 +1 @@ +package main diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..b62c57e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/lorsanstand/HomeOps-Hub + +go 1.26.1