Merge pull request #4931 from darkweak/patch-1

Update ini.go
This commit is contained in:
Ming Deng 2022-05-16 22:03:47 +08:00 committed by GitHub
commit 85a595766a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -478,7 +478,7 @@ func (c *IniConfigContainer) DIY(key string) (v interface{}, err error) {
if v, ok := c.data[strings.ToLower(key)]; ok {
return v, nil
}
return v, errors.New("key not find")
return v, errors.New("key not found")
}
// section.key or key