We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f60b51 commit 85d743cCopy full SHA for 85d743c
drivers/lark.go
@@ -0,0 +1,8 @@
1
+// +build linux darwin
2
+// +build amd64 arm64
3
+
4
+package drivers
5
6
+import (
7
+ _ "github.com/alist-org/alist/v3/drivers/lark"
8
+)
0 commit comments