forked from TrueCloudLab/rclone
3cb7734eac
Before this change we assumed that github.com/Unknwon/goconfig was threadsafe as documented. However it turns out it is not threadsafe and looking at the code it appears that making it threadsafe might be quite hard. So this change increases the lock coverage in configfile to cover the goconfig uses also. Fixes #6378 |
||
---|---|---|
.. | ||
configfile.go | ||
configfile_other.go | ||
configfile_test.go | ||
configfile_unix.go |