chore: rename package name

This commit is contained in:
2024-12-09 12:27:50 +01:00
parent e4c994405a
commit 9162ec03c1
27 changed files with 30 additions and 29 deletions

View File

@@ -21,7 +21,7 @@ import (
"fmt"
"os"
pkg "github.com/jkaninda/goma-gateway/internal"
"github.com/jkaninda/goma-gateway/internal"
"github.com/spf13/cobra"
)
@@ -34,7 +34,7 @@ var CheckConfigCmd = &cobra.Command{
fmt.Println("no config file specified")
os.Exit(1)
}
err := pkg.CheckConfig(configFile)
err := internal.CheckConfig(configFile)
if err != nil {
fmt.Printf(" Error checking config file: %s\n", err)
os.Exit(1)