reduce binary size by skipping rclone

This commit is contained in:
chrislu
2023-11-23 00:48:27 -08:00
parent 69013af0f3
commit 7a50762b9e
5 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
//go:build rclone
// +build rclone
package rclone_backend
import (