mirror of https://github.com/Xhofe/alist
6 lines
77 B
Go
6 lines
77 B
Go
|
package drivers
|
||
|
|
||
|
import (
|
||
|
_ "github.com/alist-org/alist/v3/drivers/local"
|
||
|
)
|