mirror of
https://github.com/42wim/matterbridge.git
synced 2026-03-08 08:18:33 +01:00
6 lines
79 B
Go
6 lines
79 B
Go
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|