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