mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-12 18:15:14 +00:00
6 lines
79 B
Go
6 lines
79 B
Go
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|