Skip to content

Instantly share code, notes, and snippets.

@madflojo
Created May 16, 2021 18:46
Show Gist options
  • Save madflojo/5388f5a8444bf158d2b9afb901c1e589 to your computer and use it in GitHub Desktop.
Save madflojo/5388f5a8444bf158d2b9afb901c1e589 to your computer and use it in GitHub Desktop.
Viper Article - Main Import
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