package models import "github.com/spf13/viper" var config *viper.Viper func InitConfig(cfg *viper.Viper) { config = cfg }