mirror of https://github.com/pkg/sftp.git
no need for excluding based on CGO here
This commit is contained in:
parent
c11a2ec1a1
commit
b64dfe1710
|
@ -1,4 +1,4 @@
|
||||||
// +build !cgo plan9 windows android
|
// +build plan9 windows android
|
||||||
|
|
||||||
package sftp
|
package sftp
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris aix
|
// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris aix
|
||||||
// +build cgo
|
|
||||||
|
|
||||||
package sftp
|
package sftp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue