Viper dependency + viper godeps
licences
This commit is contained in:
11
vendor/github.com/pkg/sftp/server_statvfs_stubs.go
generated
vendored
Normal file
11
vendor/github.com/pkg/sftp/server_statvfs_stubs.go
generated
vendored
Normal file
@@ -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