mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 16:41:34 +02:00
build: fix linting issues reported by golangci-lint on windows
This commit is contained in:
@ -8,5 +8,5 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
// For unsupported platforms we just put nil
|
||||
var Command *cobra.Command = nil
|
||||
// Command is just nil for unsupported platforms
|
||||
var Command *cobra.Command
|
||||
|
Reference in New Issue
Block a user