1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-15 08:29:31 +00:00

Fix imported package

This commit is contained in:
Alexander Neumann 2016-09-01 19:20:15 +02:00
parent 528c301891
commit eb6e3ba8b3

View file

@ -1,8 +1,9 @@
package restic
import (
"errors"
"fmt"
"github.com/pkg/errors"
)
// Blob is one part of a file or a tree.