alist/drivers/all.go

7 lines
128 B
Go
Raw Normal View History

2022-06-07 10:13:55 +00:00
package drivers
import (
_ "github.com/alist-org/alist/v3/drivers/local"
2022-07-19 11:55:54 +00:00
_ "github.com/alist-org/alist/v3/drivers/virtual"
2022-06-07 10:13:55 +00:00
)