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
789 stars 64 forks source link

fix: on darwin wait when opening #37

Open jamiechapmanbrn opened 1 year ago

dolmen commented 2 months ago

This is not a "fix" as claimed in the title of this issue, but a major behavior change.

This should instead be implemented as a separate function, and implementations for the other operating systems should be provided.