1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Index: rclone/backend/onedrive/onedrive.go
===================================================================
--- rclone.orig/backend/onedrive/onedrive.go 2026-02-27 12:05:42.009204234 +0100
+++ rclone/backend/onedrive/onedrive.go 2026-02-27 12:05:42.008568546 +0100
@@ -102,7 +102,6 @@
// QuickXorHashType is the hash.Type for OneDrive
QuickXorHashType hash.Type
- //go:embed metadata.md
metadataHelp string
)
Index: rclone/cmd/gitannex/gitannex.go
===================================================================
--- rclone.orig/cmd/gitannex/gitannex.go 2026-02-27 12:05:42.009204234 +0100
+++ rclone/cmd/gitannex/gitannex.go 2026-02-27 12:05:42.008906261 +0100
@@ -40,7 +40,6 @@
const subcommandName string = "gitannex"
const uniqueCommandName string = "git-annex-remote-rclone-builtin"
-//go:embed gitannex.md
var gitannexHelp string
func init() {
|