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
During my software development, I am required to compile CGO programs for various platforms. On Windows, it is necessary to include a specific flag -H=windowsgui to hide the console window, which is not suitable for other platforms. I wish to integrate the hidewindow parameter into the xgo command such that it automatically appends the -H=windowsgui flag when the target platform is Windows.
During my software development, I am required to compile CGO programs for various platforms. On Windows, it is necessary to include a specific flag -H=windowsgui to hide the console window, which is not suitable for other platforms. I wish to integrate the hidewindow parameter into the xgo command such that it automatically appends the -H=windowsgui flag when the target platform is Windows.
#128
The text was updated successfully, but these errors were encountered: