You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
as you can see here the call to registry.OpenKey(registry.LOCAL_MACHINE, `SOFTWARE\Microsoft\Windows NT\CurrentVersion`, registry.QUERY_VALUE) is not recognised
building it manually using GOOS=windows will build succesfully
The text was updated successfully, but these errors were encountered:
Nhoya
changed the title
Unable to parse correctly libraries for others OS
Unable to parse correctly libraries for a different OS
Sep 25, 2018
Ok I found out that the issue also affects the package creation, creating a file called myfile_windows.go and adding it to a new package will trigger an error can't load package: package my_project_path_here: build constraints exclude all Go files in my_project_path_here I suspect this may be related to golang/go#24068
Hi, I have a small issue with the latest version of the extension.
I'm unable to use the extension calling methods for other platforms since the function is not recognised
Steps to Reproduce:
On linux just create a file with:
as you can see here the call to
registry.OpenKey(registry.LOCAL_MACHINE, `SOFTWARE\Microsoft\Windows NT\CurrentVersion`, registry.QUERY_VALUE)
is not recognisedbuilding it manually using
GOOS=windows
will build succesfullyThe text was updated successfully, but these errors were encountered: