Created
May 16, 2021 18:46
-
-
Save madflojo/5388f5a8444bf158d2b9afb901c1e589 to your computer and use it in GitHub Desktop.
Viper Article - Main Import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"github.com/madflojo/go-quick/app" | |
"github.com/sirupsen/logrus" | |
"github.com/spf13/viper" | |
// Add remote provider support to Viper | |
_ "github.com/spf13/viper/remote" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment