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

Remove os/exec import since not being used #31

Closed siddhant-deepsource closed 3 years ago

siddhant-deepsource commented 3 years ago

Was facing the following error :

go/pkg/mod/github.com/pkg/browser@v0.0.0-20210605161147-93ea1f481b79/browser_darwin.go:3:8: imported and not used: "os/exec"

I guess this will fix it.