1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-25 12:42:21 -07:00

Update dependencies

This commit is contained in:
Chris Cummer
2018-10-21 12:48:22 -07:00
parent 8f3ae94b4e
commit 3a0bcd21e7
132 changed files with 18033 additions and 9138 deletions

View File

@@ -498,7 +498,7 @@ func Set(cfg interface{}, path string, value interface{}) error {
default:
return fmt.Errorf(
"Invalid type at %q: expected []interface{} or map[string]interface{}; got %T",
strings.Join(parts[:pos+1], "."), cfg)
strings.Join(parts[:pos+1], "."), c)
}
}