Sign in
chromium
/
external
/
github.com
/
pkg
/
sftp
/
refs/heads/bug/extended-packets-no-path-convert
/
.
/
debug.go
blob: 3e264abe303a3cb168b8e810a52387ae6f51f051 [
file
] [
log
] [
blame
] [
edit
]
// +build debug
package sftp
import "log"
func debug(fmt string, args ...interface{}) {
log.Printf(fmt, args...)
}