mirror of
https://github.com/containers/podman.git
synced 2026-09-16 07:40:02 -04:00
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7 lines
89 B
Go
7 lines
89 B
Go
//go:build !debug
|
|
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...any) {}
|