Copy errors & fs packages from the restic repo and fix import paths

Tedious, but I see no better way...
This commit is contained in:
Zlatko Čalušić 2016-11-05 17:33:34 +01:00
parent 80196e6df6
commit 93d8c2beba
11 changed files with 328 additions and 2 deletions

View file

@ -13,7 +13,7 @@ import (
"strings"
"time"
"restic/fs"
"github.com/zcalusic/restic-server/fs"
)
// Context contains repository meta-data.