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

@ -5,10 +5,10 @@ import (
"os"
"strings"
"git.savin.nyc/alex/go-winrt/internal/cli"
"github.com/go-kit/log"
"github.com/go-kit/log/level"
"github.com/peterbourgon/ff/v3"
"github.com/saltosystems/winrt-go/internal/cli"
)
func main() {