1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-06 00:48:45 +01:00
Files
installer/vendor/github.com/pkg/sftp/release.go
Vince Prignano 56175c97b1 go: update vendor dependencies
Signed-off-by: Vince Prignano <vincepri@redhat.com>
2023-11-01 11:43:46 -07:00

7 lines
97 B
Go

//go:build !debug
// +build !debug
package sftp
func debug(fmt string, args ...interface{}) {}