1 2 3 4 5 6 7 8 9
// +build debug package sftp import "log" func debug(fmt string, args ...interface{}) { log.Printf(fmt, args...) }