sftp/release.go

7 lines
97 B
Go
Raw Normal View History

//go:build !debug
// +build !debug
package sftp
func debug(fmt string, args ...interface{}) {}