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:
8
Makefile
8
Makefile
@ -1,4 +1,4 @@
|
||||
PACKAGE = github.com/saltosystems/winrt-go
|
||||
PACKAGE = git.savin.nyc/alex/go-winrt
|
||||
PKG ?= ./...
|
||||
APP ?= winrt-go-gen
|
||||
BUILD_TAGS ?=
|
||||
@ -26,13 +26,13 @@ clean: $(clean_targets)
|
||||
.PHONY: gen-files
|
||||
gen-files:
|
||||
rm -rf $(CURDIR)/windows
|
||||
go generate github.com/saltosystems/winrt-go/...
|
||||
go generate git.savin.nyc/alex/go-winrt/...
|
||||
|
||||
.PHONY: check-generated
|
||||
check-generated: export WINRT_GO_GEN_VALIDATE=1
|
||||
check-generated:
|
||||
go generate github.com/saltosystems/winrt-go/...
|
||||
go generate git.savin.nyc/alex/go-winrt/...
|
||||
|
||||
.PHONY: go-test
|
||||
go-test:
|
||||
go test github.com/saltosystems/winrt-go/...
|
||||
go test git.savin.nyc/alex/go-winrt/...
|
||||
|
Reference in New Issue
Block a user