mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-02-09 21:40:17 +00:00
6 lines
79 B
Go
6 lines
79 B
Go
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|