Files
rclone/backend/usevfs/usevfs.go
Nick Craig-Wood abb8fc24f3 backend: Split backends which use the vfs into a seperate file
This is so that the VFS tests can use the backends but not cause an
import loop.
2025-06-24 12:25:59 +01:00

5 lines
193 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