mirror of
https://github.com/restic/restic.git
synced 2025-12-03 23:21:47 +00:00
sftp: change debug tag to debug_sftp
This commit is contained in:
2
Godeps/_workspace/src/github.com/pkg/sftp/debug.go
generated
vendored
2
Godeps/_workspace/src/github.com/pkg/sftp/debug.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
// +build debug
|
||||
// +build debug_sftp
|
||||
|
||||
package sftp
|
||||
|
||||
|
||||
2
Godeps/_workspace/src/github.com/pkg/sftp/release.go
generated
vendored
2
Godeps/_workspace/src/github.com/pkg/sftp/release.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
// +build !debug
|
||||
// +build !debug_sftp
|
||||
|
||||
package sftp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user