mirror of
https://github.com/Luzifer/worktime.git
synced 2024-12-23 14:31:16 +00:00
5 lines
79 B
Go
5 lines
79 B
Go
// +build !debug
|
|
|
|
package sftp
|
|
|
|
func debug(fmt string, args ...interface{}) {}
|