1
mirror of https://github.com/rclone/rclone synced 2024-11-21 22:50:16 +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:
Nick Craig-Wood 2018-08-20 17:52:05 +01:00
parent f818df52b8
commit 1b8f4b616c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package config
package fs
import (
"bytes"

View File

@ -1,4 +1,4 @@
package config
package fs
import (
"fmt"