github.com/pkg/sftp@v1.13.6/release.go (about) 1 //go:build !debug 2 // +build !debug 3 4 package sftp 5 6 func debug(fmt string, args ...interface{}) {}