mirror of
https://github.com/AlistGo/alist.git
synced 2025-09-15 12:58:42 +08:00
7 lines
162 B
Go
7 lines
162 B
Go
package bootstrap
|
|
|
|
import (
|
|
_ "github.com/Xhofe/alist/drivers/123pan"
|
|
_ "github.com/Xhofe/alist/drivers/189cloud"
|
|
_ "github.com/Xhofe/alist/drivers/alidrive"
|
|
) |