returns name of the running app, excluding the .exe extension if it exists.
This is a very simple package to get the name of the executable. For Go applications built on Windows, the executable will end with .exe. This returns the app name w/o the .exe suffix, if it exists.