mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 00:48:45 +01:00
7 lines
97 B
Go
7 lines
97 B
Go
//go:build !debug
|
|
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|