mirror of
https://github.com/rclone/rclone.git
synced 2025-08-12 15:07:24 +02:00
sftp: require go1.8+ after github.com/pkg/sftp update
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
// Package sftp provides a filesystem interface using github.com/pkg/sftp
|
||||
|
||||
// +build !plan9
|
||||
// +build !plan9,go1.8
|
||||
|
||||
package sftp
|
||||
|
||||
|
Reference in New Issue
Block a user