mirror of
https://github.com/restic/restic.git
synced 2025-05-14 21:18:22 +00:00
Fix imported package
This commit is contained in:
parent
528c301891
commit
eb6e3ba8b3
@ -1,8 +1,9 @@
|
||||
package restic
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
// Blob is one part of a file or a tree.
|
||||
|
Loading…
x
Reference in New Issue
Block a user