diff options
author | Wolfy-J <[email protected]> | 2018-07-08 21:20:49 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-08 21:20:49 -0700 |
commit | f688229fe93016064ad67b381e774881d991b8ab (patch) | |
tree | 0e77b17e43aab09b1f8d238fd968fdc325c7e4db /cmd | |
parent | c78c38d07ecc7a9fb9ac089c2aee18d8e51db601 (diff) |
mod updated
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr/cmd/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/cmd/root.go b/cmd/rr/cmd/root.go index 086f518c..1a21cfc9 100644 --- a/cmd/rr/cmd/root.go +++ b/cmd/rr/cmd/root.go @@ -58,7 +58,7 @@ type ViperWrapper struct { v *viper.Viper } -// get nested config section (sub-map), returns nil if section not found. +// Get nested config section (sub-map), returns nil if section not found. func (w *ViperWrapper) Get(key string) service.Config { sub := w.v.Sub(key) if sub == nil { |