DEBSOURCES
Skip Quicknav
sources / golang-github-pkg-sftp / 0.0~git20160930.0.4d0e916-1~bpo8%2B1 / debug.go
123456789
// +build debug package sftp import "log" func debug(fmt string, args ...interface{}) { log.Printf(fmt, args...) }