skratchdot / open-golang

Open a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use.
MIT License
783 stars 65 forks source link

Fixing #9 - not replacing ampersand in calls to rundll32 #10

Closed lawrencecraft closed 8 years ago

lawrencecraft commented 8 years ago

NOTE: The RunWith test fails on this branch, but fails on Master as well. I believe it's due to the fact that the function does not return an error when no handler exists.