mirror of
https://github.com/restic/restic.git
synced 2026-07-16 04:04:53 +00:00
Vendor dependencies with dep
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// +build !cgo,!plan9 windows android
|
||||
|
||||
package sftp
|
||||
|
||||
import (
|
||||
"os"
|
||||
"path"
|
||||
)
|
||||
|
||||
func runLs(dirname string, dirent os.FileInfo) string {
|
||||
return path.Join(dirname, dirent.Name())
|
||||
}
|
||||
Reference in New Issue
Block a user