mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-20 04:36:09 +08:00
8 lines
121 B
Go
8 lines
121 B
Go
![]() |
// +build linux darwin
|
||
|
// +build amd64 arm64
|
||
|
|
||
|
package drivers
|
||
|
|
||
|
import (
|
||
|
_ "github.com/alist-org/alist/v3/drivers/lark"
|
||
|
)
|