package main import ( "fmt" "sundynix-go/core" ) func main() { cfg := core.Viper() fmt.Println(cfg.DB) }