mirror of https://github.com/Xhofe/alist
fix: add lark to windows target
parent
85d743c5d2
commit
d781f7127a
|
@ -1,8 +1,8 @@
|
|||
// +build linux darwin
|
||||
// +build linux darwin windows
|
||||
// +build amd64 arm64
|
||||
|
||||
package drivers
|
||||
|
||||
import (
|
||||
_ "github.com/alist-org/alist/v3/drivers/lark"
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue