@@ -0,0 +1,11 @@
package main
import (
"fmt"
"sundynix-go/core"
)
func main() {
cfg := core.Viper()
fmt.Println(cfg.DB)
}
The note is not visible to the blocked user.