mirror of
https://github.com/rclone/rclone.git
synced 2026-02-11 14:03:46 +00:00
build: fix linting issues reported by running golangci-lint with different GOOS
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
|
||||
//go:build plan9 || js
|
||||
|
||||
// Package cachestats provides the cachestats command.
|
||||
package cachestats
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
|
||||
//go:build plan9 || js
|
||||
|
||||
// Package ncdu implements a text based user interface for exploring a remote
|
||||
package ncdu
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
|
||||
//go:build plan9
|
||||
|
||||
// Package ftp implements an FTP server for rclone
|
||||
package ftp
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
// Command definition is nil to show not implemented
|
||||
var Command *cobra.Command = nil
|
||||
var Command *cobra.Command
|
||||
|
||||
@@ -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