restic/vendor/src/github.com/pkg/sftp/release.go
Alexander Neumann b63399d606 Move things around for gb
This moves all restic source files to src/, and all vendored
dependencies to vendor/src.
2016-02-20 17:31:20 +01:00

5 lines
79 B
Go

// +build !debug
package sftp
func debug(fmt string, args ...interface{}) {}