mirror of
https://github.com/restic/restic.git
synced 2025-03-09 00:00:02 +01:00
Remove import aliases that match package name.
This commit is contained in:
parent
0ea387f4ec
commit
f95786dfa3
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
ole "github.com/go-ole/go-ole"
|
||||
"github.com/go-ole/go-ole"
|
||||
"github.com/restic/restic/internal/options"
|
||||
rtest "github.com/restic/restic/internal/test"
|
||||
)
|
||||
|
|
|
@ -13,7 +13,7 @@ import (
|
|||
"time"
|
||||
"unsafe"
|
||||
|
||||
ole "github.com/go-ole/go-ole"
|
||||
"github.com/go-ole/go-ole"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
"golang.org/x/sys/windows"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue