mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-10 02:20:50 -04:00
5 lines
79 B
Go
5 lines
79 B
Go
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|