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:
@ -7,7 +7,7 @@ import (
|
||||
"github.com/go-kit/log"
|
||||
"github.com/go-kit/log/level"
|
||||
|
||||
"github.com/saltosystems/winrt-go/internal/codegen"
|
||||
"git.savin.nyc/alex/go-winrt/internal/codegen"
|
||||
)
|
||||
|
||||
const methodFilterUsage = `The filter to use when generating the methods. This option can be set several times,
|
||||
|
Reference in New Issue
Block a user