mirror of
https://github.com/alist-org/alist.git
synced 2026-06-20 21:13:41 +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"
|
|
)
|