mirror of
https://github.com/rclone/rclone.git
synced 2025-07-11 14:30:44 +02:00
build: replace the deprecated golint linter with revive
This fixes up a small number of new lint items also
This commit is contained in:
@ -124,7 +124,7 @@ func NewServer(listeners, tlsListeners []net.Listener, opt Options) (Server, err
|
||||
}
|
||||
|
||||
// Prepare TLS config
|
||||
var tlsConfig *tls.Config = nil
|
||||
var tlsConfig *tls.Config
|
||||
|
||||
useSSL := useSSL(opt)
|
||||
if (opt.SslCert != "") != useSSL {
|
||||
|
Reference in New Issue
Block a user