mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
fs: move CommaSepList and SpaceSepList here from config
fs can't import config so having them there means they are not usable by rclone core.
This commit is contained in:
parent
f818df52b8
commit
1b8f4b616c
@ -1,4 +1,4 @@
|
||||
package config
|
||||
package fs
|
||||
|
||||
import (
|
||||
"bytes"
|
@ -1,4 +1,4 @@
|
||||
package config
|
||||
package fs
|
||||
|
||||
import (
|
||||
"fmt"
|
Loading…
Reference in New Issue
Block a user