1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-30 00:00:14 +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 1daf5317f8
commit 2099ec1cd6
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ import (
"testing" "testing"
"time" "time"
ole "github.com/go-ole/go-ole" "github.com/go-ole/go-ole"
"github.com/restic/restic/internal/options" "github.com/restic/restic/internal/options"
rtest "github.com/restic/restic/internal/test" rtest "github.com/restic/restic/internal/test"
) )

View file

@ -13,7 +13,7 @@ import (
"time" "time"
"unsafe" "unsafe"
ole "github.com/go-ole/go-ole" "github.com/go-ole/go-ole"
"github.com/restic/restic/internal/errors" "github.com/restic/restic/internal/errors"
"golang.org/x/sys/windows" "golang.org/x/sys/windows"
) )