mirror of
https://github.com/restic/restic.git
synced 2026-08-04 21:22:16 +00:00
Vendor dependencies with dep
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// +build !darwin,!linux gccgo
|
||||
|
||||
package sftp
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
)
|
||||
|
||||
func (p sshFxpExtendedPacketStatVFS) respond(svr *Server) error {
|
||||
return syscall.ENOTSUP
|
||||
}
|
||||
Reference in New Issue
Block a user