mirror of
https://github.com/restic/restic.git
synced 2025-02-08 23:47:48 +00:00
5 lines
91 B
Go
5 lines
91 B
Go
// +build !linux,!darwin
|
|
|
|
package sftp
|
|
|
|
const sftpServer = "/usr/bin/false" // unsupported
|