mirror of
https://github.com/restic/restic.git
synced 2026-05-11 21:15:23 +00:00
Vendor dependencies with dep
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// +build debug
|
||||
|
||||
package sftp
|
||||
|
||||
import "log"
|
||||
|
||||
func debug(fmt string, args ...interface{}) {
|
||||
log.Printf(fmt, args...)
|
||||
}
|
||||
Reference in New Issue
Block a user