mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-08 18:30:25 +00:00
6 lines
79 B
Go
6 lines
79 B
Go
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|