sftp: require go1.8+ after github.com/pkg/sftp update

This commit is contained in:
Nick Craig-Wood 2018-03-19 16:37:40 +00:00
parent d64789528d
commit 911a78ce6d
7 changed files with 12 additions and 3 deletions

View file

@ -2,6 +2,9 @@
//
// Automatically generated - DO NOT EDIT
// Regenerate with: make gen_tests
// +build !plan9,go1.8
package sftp_test
import (