rclone/backend/usevfs/usevfs.go
Nick Craig-Wood 65d1e5d47e 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.
2024-01-03 18:25:17 +00: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