go-config/config.go
Zeev Diukman 6cef803701 1st
2025-03-05 10:18:48 +00:00

7 lines
86 B
Go

package config
import "github.com/spf13/viper"
type Config struct {
*viper.Viper
}