mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 20:26:26 +08:00
14 lines
409 B
Go
14 lines
409 B
Go
package drivers
|
|
|
|
import (
|
|
_ "github.com/Xhofe/alist/drivers/123"
|
|
_ "github.com/Xhofe/alist/drivers/189"
|
|
_ "github.com/Xhofe/alist/drivers/alidrive"
|
|
_ "github.com/Xhofe/alist/drivers/alist"
|
|
_ "github.com/Xhofe/alist/drivers/ftp"
|
|
_ "github.com/Xhofe/alist/drivers/google"
|
|
_ "github.com/Xhofe/alist/drivers/lanzou"
|
|
_ "github.com/Xhofe/alist/drivers/native"
|
|
_ "github.com/Xhofe/alist/drivers/onedrive"
|
|
)
|