Compare commits

..

No commits in common. "c27804489b23efd71c795164e187f32d4976a60e" and "af5fef67dbed5d467628c6482264c06df1b2243b" have entirely different histories.

1 changed files with 0 additions and 6 deletions

View File

@ -231,12 +231,6 @@ func (c *Config) Exists(key string) bool {
return c.kof.Exists(key) return c.kof.Exists(key)
} }
func (c *Config) GetSlices(key string) []*koanf.Koanf {
c.RLock()
defer c.RUnLock()
return c.kof.Slices(key)
}
func (c *Config) GetString(key string) string { func (c *Config) GetString(key string) string {
c.RLock() c.RLock()
defer c.RUnLock() defer c.RUnLock()