2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 05:12:10 +00:00

sftp: change debug tag to debug_sftp

This commit is contained in:
Alexander Neumann 2015-07-11 23:03:34 +02:00
parent 04f172b38d
commit b4170ff45f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build debug
// +build debug_sftp
package sftp

View File

@ -1,4 +1,4 @@
// +build !debug
// +build !debug_sftp
package sftp