In this post, we will see how to resolve How to unmarshall config entry header with Go Viper package? Question: I have a configuration file that looks like the following: I am using Viper to load and read the configuration ...
Question: please i need help in reading from an env.json file. Anytime i run my code i always get this error Error reading config file, Config File "env" Not Found in "[/Users/franklynomonade/go/src/bitbucket.org/core_backend/cmd/server/bitbucket.org/core_backend/pkg/app/config]" "/Users/franklynomonade/go/src/bitbucket.org/core_backend/cmd/server" is the path where my main.go file ...