Remove import aliases that match package name.

This commit is contained in:
Martin Smith
2025-02-28 19:35:51 +00:00
parent 1daf5317f8
commit 2099ec1cd6
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"
)