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

Fix imports

This commit is contained in:
Alexander Neumann 2016-01-03 21:48:57 +01:00
parent 314182e7e0
commit 61e66e936f

View file

@ -5,7 +5,6 @@ import (
"errors" "errors"
"fmt" "fmt"
"io" "io"
"os"
"strings" "strings"
"github.com/minio/minio-go" "github.com/minio/minio-go"