move daemon pkg to top level

This commit is contained in:
Pavel Sviderski
2024-09-06 09:28:22 +10:00
parent c58c99e061
commit 69c259aa8d
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,8 +7,8 @@ import (
"os"
"os/signal"
"syscall"
"uncloud/internal/daemon"
"uncloud/internal/machine"
"uncloud/internal/machine/daemon"
)
func main() {