mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01:00
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_other.go | ||
configfile_test.go | ||
configfile_unix.go | ||
configfile.go |