mirror of
https://github.com/spf13/viper
synced 2025-05-10 22:27:18 +00:00
Mod name change (#4)
* change mod and import path name * change mod and import path name * after syncing viper * change spf viper reference
This commit is contained in:
parent
7d33dd75e3
commit
9ba0d1bf43
1 changed files with 1 additions and 1 deletions
2
viper.go
2
viper.go
|
@ -1603,7 +1603,7 @@ func (v *Viper) insensitiviseMaps() {
|
||||||
// Retrieve the first found remote configuration.
|
// Retrieve the first found remote configuration.
|
||||||
func (v *Viper) getKeyValueConfig() error {
|
func (v *Viper) getKeyValueConfig() error {
|
||||||
if RemoteConfig == nil {
|
if RemoteConfig == nil {
|
||||||
return RemoteConfigError("Enable the remote features by doing a blank import of the viper/remote package: '_ github.com/spf13/viper/remote'")
|
return RemoteConfigError("Enable the remote features by doing a blank import of the viper/remote package: '_ github.com/SpectraLogic/viper/remote'")
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, rp := range v.remoteProviders {
|
for _, rp := range v.remoteProviders {
|
||||||
|
|
Loading…
Add table
Reference in a new issue