mirror of https://github.com/Xhofe/alist
12 lines
327 B
Go
12 lines
327 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/google"
|
||
|
_ "github.com/Xhofe/alist/drivers/lanzou"
|
||
|
_ "github.com/Xhofe/alist/drivers/native"
|
||
|
_ "github.com/Xhofe/alist/drivers/onedrive"
|
||
|
)
|