🔨 refactor driver: native

This commit is contained in:
微凉
2021-11-27 20:07:32 +08:00
parent eb21b87020
commit e76fc3e616
4 changed files with 167 additions and 141 deletions

View File

@ -5,4 +5,5 @@ import (
_ "github.com/Xhofe/alist/drivers/189cloud"
_ "github.com/Xhofe/alist/drivers/alidrive"
_ "github.com/Xhofe/alist/drivers/googledrive"
_ "github.com/Xhofe/alist/drivers/native"
)