1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-26 01:37:12 +00:00

sftp: Fix errors import

This commit is contained in:
Alexander Neumann 2017-04-03 21:42:41 +02:00
parent c26dd6b76f
commit 1086528ab7

View file

@ -1,7 +1,7 @@
package sftp package sftp
import ( import (
"errors" "restic/errors"
"unicode" "unicode"
) )