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:
@ -1,6 +1,6 @@
|
||||
FROM saltosystems/go-builder:2471083
|
||||
|
||||
ENV PKGPATH github.com/saltosystems/winrt-go
|
||||
ENV PKGPATH git.savin.nyc/alex/go-winrt
|
||||
|
||||
# include workspace .gitconfig in global .gitconfig
|
||||
RUN git config --global include.path "${GOPATH}/src/${PKGPATH}/.gitconfig"
|
||||
|
Reference in New Issue
Block a user