refactor: enhancement of logging, config and metrics

This commit is contained in:
Jonas Kaninda
2024-11-11 08:50:34 +01:00
parent e25bc218b5
commit 11c72e5e17
12 changed files with 97 additions and 65 deletions

View File

@@ -18,7 +18,6 @@
package cmd
import (
"fmt"
"github.com/jkaninda/goma-gateway/util"
"github.com/spf13/cobra"
)
@@ -32,5 +31,5 @@ var VersionCmd = &cobra.Command{
}
func version() {
fmt.Println("Version:\t", util.FullVersion())
util.FullVersion()
}