pkg / browser

Package browser provides helpers to open files, readers, and urls in a browser window.
BSD 2-Clause "Simplified" License
559 stars 99 forks source link

Hide console in windows when launching process #13

Closed jrsearles closed 6 years ago

jrsearles commented 6 years ago

This prevents the console window from appearing when the process is launched within Windows. For other architectures it is a noop.

Fixes #12 .

davecheney commented 6 years ago

SGTM. Thank you