Compare commits

..

No commits in common. "v3" and "v3.8.9" have entirely different histories.
v3 ... v3.8.9

View File

@ -90,7 +90,7 @@ func (c *fileConfig) Load(ctx context.Context, opts ...config.LoadOption) error
var fp io.Reader
var err error
if path != "" {
if c.path != "" {
fp, err = os.OpenFile(path, os.O_RDONLY, os.FileMode(0o400))
} else if c.reader != nil {
fp = reader