mirror of
https://github.com/restic/restic.git
synced 2026-05-28 04:35:41 -04:00
5 lines
91 B
Go
5 lines
91 B
Go
// +build !linux,!darwin
|
|
|
|
package sftp
|
|
|
|
const sftpServer = "/usr/bin/false" // unsupported
|