Open milochristiansen opened 8 years ago
For windows to recognize a binary as "runnable" it needs to have the .exe extension. The normal Go build tools automatically append this extension, but godebug does not.
For windows to recognize a binary as "runnable" it needs to have the .exe extension. The normal Go build tools automatically append this extension, but godebug does not.