mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-13 14:41:42 +00:00
6 lines
79 B
Go
6 lines
79 B
Go
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|