1 2 3 4 5 6
package service type Config interface { Get(key string) Config Unmarshal(out interface{}) error }