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

@ -9,10 +9,10 @@ import (
"syscall"
"unsafe"
"git.savin.nyc/alex/go-winrt/windows/devices/bluetooth"
"git.savin.nyc/alex/go-winrt/windows/foundation"
"git.savin.nyc/alex/go-winrt/windows/storage/streams"
"github.com/go-ole/go-ole"
"github.com/saltosystems/winrt-go/windows/devices/bluetooth"
"github.com/saltosystems/winrt-go/windows/foundation"
"github.com/saltosystems/winrt-go/windows/storage/streams"
)
const SignatureGattCharacteristic string = "rc(Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristic;{59cb50c1-5934-4f68-a198-eb864fa44e6b})"