pkg / browser

Package browser provides helpers to open files, readers, and urls in a browser window.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browser_unsupported error with build

chris93111 opened this issue · comments

Hi

I try to build with solaris but i have this error
../../pkg/mod/github.com/pkg/browser@v0.0.0-20210706143420-7d21f8c997e2/browser_unsupported.go:7:2: imported and not used: "os/exec"

Sorry, there is no support for Solaris. If you want to send a PR, I can’t imagine it would be different from a Linux or bad derivative, that would be ace.

Hi @davecheney yes i know but i build for many os, and with this error i inderstand browser_unsupported.go is used for solaris and contain import not used, so i can't build

fixed with #38