feat: Internalize package reorganization, update run commands for each service

This commit is contained in:
2025-02-11 14:23:49 +01:00
parent 12e6c65727
commit eec969fc75
7 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
package cmd
import (
generalnode "github.com/alexohneander/flotte/pkg/general-node"
generalnode "github.com/alexohneander/flotte/internal/general-node"
"github.com/spf13/cobra"
)