refactor(packagemanager,cli,tui): move packages in specific subfolders

This commit is contained in:
Patryk Hegenberg 2025-02-04 16:11:03 +01:00
parent 11b8541630
commit e49138fdd2
34 changed files with 18 additions and 18 deletions

View file

@ -7,8 +7,8 @@ import (
"strings"
"sync"
pm "system_setup_tool/packagemanager"
"system_setup_tool/utils"
"system_setup_tool/internal/utils"
pm "system_setup_tool/pkg/packagemanager"
"github.com/spf13/cobra"
)