rclone/backend/usevfs/usevfs.go

10 lines
275 B
Go

// Package all imports all the backends which use the VFS as part of
// their implementation these can't be imported by the VFS so need to
// be mentioned in here, not backend/all.
package all
import (
// Active file systems
_ "github.com/rclone/rclone/backend/archive"
)