Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 391 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 391 Bytes

browser

Utility for launching a Web browser.

This package was copied from the Go repository: https://github.com/golang/go/tree/master/src/cmd/internal/browser

In the Go distribution, browser is an internal package, so it cannot be imported from outside of the cmd package. Commands such as go tool cover use browser.Open to launch a Web browser and display HTML reports.