Update
--->
I ended up putting all the initialization of import in the osinit()
function in os_windows.go.
So in osinit() I have something like
```
func osinit () {
_AddVectoredContinueHandler =
stdFunction(unsafe.Pointer(GetProcAddressReplacement(GetModuleHandleReplacement("ntdll.dll")
Have you built desktop apps in Go? For example using something like Wails?
Share if you have any.
My old but still relevant video about Wails
- https://www.youtube.com/watch?v=Dg9rUXxNV-c
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsu