mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 03:15:44 +00:00
6 lines
89 B
Go
6 lines
89 B
Go
//go:build !debug
|
|
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...any) {}
|