reduce binary size by skipping rclone
This commit is contained in:
1
weed/storage/backend/rclone_backend/dummy.go
Normal file
1
weed/storage/backend/rclone_backend/dummy.go
Normal file
@@ -0,0 +1 @@
|
||||
package rclone_backend
|
||||
@@ -1,3 +1,6 @@
|
||||
//go:build rclone
|
||||
// +build rclone
|
||||
|
||||
package rclone_backend
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
//go:build rclone
|
||||
// +build rclone
|
||||
|
||||
package rclone_backend
|
||||
|
||||
import "github.com/rclone/rclone/fs/accounting"
|
||||
|
||||
Reference in New Issue
Block a user