Something went wrong on our end
Select Git revision
-
Volker Schukai authoredVolker Schukai authored
debug.go 136 B
//go:build debug
// +build debug
package sftp
import "log"
func debug(fmt string, args ...interface{}) {
log.Printf(fmt, args...)
}