mirror of
https://github.com/rclone/rclone.git
synced 2026-07-18 11:42:07 -04:00
6 lines
79 B
Go
6 lines
79 B
Go
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|