release.go 97 B

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