forked from TrueCloudLab/rclone
sftp: require go1.8+ after github.com/pkg/sftp update
This commit is contained in:
parent
d64789528d
commit
911a78ce6d
7 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
// Build for sftp for unsupported platforms to stop go complaining
|
||||
// about "no buildable Go source files "
|
||||
|
||||
// +build plan9
|
||||
// +build plan9 !go1.8
|
||||
|
||||
package sftp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue