1
0
Fork 0
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:
Martin Smith 2025-02-28 19:35:51 +00:00
parent 0ea387f4ec
commit f95786dfa3
2 changed files with 2 additions and 2 deletions

View file

@ -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"
)

View file

@ -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"
)