mirror of
https://github.com/restic/restic.git
synced 2026-08-29 08:47:31 +00:00
Vendor dependencies with dep
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package sftp
|
||||
|
||||
import "syscall"
|
||||
|
||||
func fakeFileInfoSys() interface{} {
|
||||
return syscall.Win32FileAttributeData{}
|
||||
}
|
||||
|
||||
func testOsSys(sys interface{}) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user