mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-31 04:43:34 +01:00
5 lines
79 B
Go
5 lines
79 B
Go
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|