sftp: require go1.9+ after golang.org/x/crypto/ssh update

This commit is contained in:
Nick Craig-Wood 2018-05-05 16:22:34 +01:00
parent 6427029c4e
commit 7ea68f1fc6
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
// Test Sftp filesystem interface
// +build !plan9,go1.8
// +build !plan9,go1.9
package sftp_test