Skip to content

Commit

Permalink
limit lark targets
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed May 21, 2024
1 parent 8158208 commit b319433
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
_ "github.com/alist-org/alist/v3/drivers/ilanzou"
_ "github.com/alist-org/alist/v3/drivers/ipfs_api"
_ "github.com/alist-org/alist/v3/drivers/lanzou"
_ "github.com/alist-org/alist/v3/drivers/lark"
_ "github.com/alist-org/alist/v3/drivers/local"
_ "github.com/alist-org/alist/v3/drivers/mediatrack"
_ "github.com/alist-org/alist/v3/drivers/mega"
Expand Down
6 changes: 6 additions & 0 deletions drivers/lark.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// +build linux darwin
// +build amd64 arm64

import (

Check failure on line 4 in drivers/lark.go

View workflow job for this annotation

GitHub Actions / Build Docker

expected 'package', found 'import'

Check failure on line 4 in drivers/lark.go

View workflow job for this annotation

GitHub Actions / Build Docker

expected 'package', found 'import'

Check failure on line 4 in drivers/lark.go

View workflow job for this annotation

GitHub Actions / Build Docker

expected 'package', found 'import'

Check failure on line 4 in drivers/lark.go

View workflow job for this annotation

GitHub Actions / Build Docker

expected 'package', found 'import'

Check failure on line 4 in drivers/lark.go

View workflow job for this annotation

GitHub Actions / Build Docker

expected 'package', found 'import'

Check failure on line 4 in drivers/lark.go

View workflow job for this annotation

GitHub Actions / Build Docker

expected 'package', found 'import'
_ "github.com/alist-org/alist/v3/drivers/lark"
)

0 comments on commit b319433

Please sign in to comment.