feat: auto generate drivers language json

This commit is contained in:
Noah Hsu
2022-08-26 15:08:31 +08:00
parent d9ee174dd3
commit 7425e001db
7 changed files with 117 additions and 27 deletions

View File

@ -4,3 +4,9 @@ import (
_ "github.com/alist-org/alist/v3/drivers/local"
_ "github.com/alist-org/alist/v3/drivers/virtual"
)
// All do nothing,just for import
// same as _ import
func All() {
}