undo overzealous find/replace
This commit is contained in:
parent
56522f9f14
commit
0a619d422a
18 changed files with 39 additions and 32 deletions
|
|
@ -17,7 +17,7 @@ import (
|
|||
|
||||
type tinyConfig map[string]string
|
||||
|
||||
func (c tinyConfig) GetOrDefault(host, key string) (string, error) {
|
||||
func (c tinyConfig) Get(host, key string) (string, error) {
|
||||
return c[fmt.Sprintf("%s:%s", host, key)], nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue