Refactor import paths to use the new repository location for go-winrt

- Updated import paths in multiple files to point to the new repository at git.savin.nyc/alex/go-winrt.
- Removed old import paths referencing saltosystems/winrt-go.
- Ensured consistency across all affected files in the Bluetooth Generic Attribute Profile and Foundation packages.
This commit is contained in:
2025-08-22 17:52:08 -04:00
parent a6c09a5890
commit 0a314257f8
40 changed files with 118 additions and 121 deletions

View File

@ -10,9 +10,8 @@ import (
"time"
"unsafe"
"git.savin.nyc/alex/go-winrt/internal/kernel32"
"github.com/go-ole/go-ole"
"github.com/saltosystems/winrt-go/internal/delegate"
"github.com/saltosystems/winrt-go/internal/kernel32"
)
const GUIDAsyncOperationCompletedHandler string = "fcdcf02c-e5d8-4478-915a-4d90b74b83a5"

View File

@ -10,9 +10,8 @@ import (
"time"
"unsafe"
"git.savin.nyc/alex/go-winrt/internal/kernel32"
"github.com/go-ole/go-ole"
"github.com/saltosystems/winrt-go/internal/delegate"
"github.com/saltosystems/winrt-go/internal/kernel32"
)
const GUIDDeferralCompletedHandler string = "ed32a372-f3c8-4faa-9cfb-470148da3888"

View File

@ -10,9 +10,8 @@ import (
"time"
"unsafe"
"git.savin.nyc/alex/go-winrt/internal/kernel32"
"github.com/go-ole/go-ole"
"github.com/saltosystems/winrt-go/internal/delegate"
"github.com/saltosystems/winrt-go/internal/kernel32"
)
const GUIDTypedEventHandler string = "9de1c534-6ae1-11e0-84e1-18a905bcc53f"