Add missing import for internal delegate package in foundation files
This commit is contained in:
@ -10,6 +10,7 @@ import (
|
||||
"time"
|
||||
"unsafe"
|
||||
|
||||
"git.savin.nyc/alex/go-winrt/internal/delegate"
|
||||
"git.savin.nyc/alex/go-winrt/internal/kernel32"
|
||||
"github.com/go-ole/go-ole"
|
||||
)
|
||||
|
@ -10,6 +10,7 @@ import (
|
||||
"time"
|
||||
"unsafe"
|
||||
|
||||
"git.savin.nyc/alex/go-winrt/internal/delegate"
|
||||
"git.savin.nyc/alex/go-winrt/internal/kernel32"
|
||||
"github.com/go-ole/go-ole"
|
||||
)
|
||||
|
@ -10,6 +10,7 @@ import (
|
||||
"time"
|
||||
"unsafe"
|
||||
|
||||
"git.savin.nyc/alex/go-winrt/internal/delegate"
|
||||
"git.savin.nyc/alex/go-winrt/internal/kernel32"
|
||||
"github.com/go-ole/go-ole"
|
||||
)
|
||||
|
Reference in New Issue
Block a user