mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-20 11:18:46 +08:00
9 lines
130 B
Go
9 lines
130 B
Go
// +build linux darwin windows
|
|
// +build amd64 arm64
|
|
|
|
package drivers
|
|
|
|
import (
|
|
_ "github.com/alist-org/alist/v3/drivers/lark"
|
|
)
|