mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
build: fix linting issues reported by running golangci-lint with different GOOS
This commit is contained in:
@ -3,9 +3,10 @@
|
||||
|
||||
//go:build plan9
|
||||
|
||||
// Package sftp implements an SFTP server to serve an rclone VFS
|
||||
package sftp
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
// Command definition is nil to show not implemented
|
||||
var Command *cobra.Command = nil
|
||||
var Command *cobra.Command
|
||||
|
Reference in New Issue
Block a user