forked from TrueCloudLab/rclone
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
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
package config
|
||||
package fs
|
||||
|
||||
import (
|
||||
"bytes"
|
|
@ -1,4 +1,4 @@
|
|||
package config
|
||||
package fs
|
||||
|
||||
import (
|
||||
"fmt"
|
Loading…
Reference in a new issue