mirror of
https://github.com/rclone/rclone.git
synced 2025-12-31 07:33:33 +00:00
vendor: update all dependencies
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user