1//go:build !debug 2// +build !debug 3 4package sftp 5 6func debug(fmt string, args ...interface{}) {}