forked from TrueCloudLab/rclone
vendor: update all dependencies
This commit is contained in:
parent
b221d79273
commit
d61ba7ef78
281 changed files with 25277 additions and 12559 deletions
2
vendor/github.com/Unknwon/goconfig/conf.go
generated
vendored
2
vendor/github.com/Unknwon/goconfig/conf.go
generated
vendored
|
@ -263,7 +263,7 @@ func (c *ConfigFile) MustValue(section, key string, defaultVal ...string) string
|
|||
return val
|
||||
}
|
||||
|
||||
// MustValue always returns value without error,
|
||||
// MustValueSet always returns value without error,
|
||||
// It returns empty string if error occurs, or the default value if given,
|
||||
// and a bool value indicates whether default value is returned.
|
||||
func (c *ConfigFile) MustValueSet(section, key string, defaultVal ...string) (string, bool) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue