mailgun / godebug

DEPRECATED! https://github.com/derekparker/delve
Apache License 2.0
2.5k stars 107 forks source link

Windows binaries lack .exe extension #72

Open milochristiansen opened 8 years ago

milochristiansen commented 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.