Documentation ¶ Overview ¶ Package browser opens URLs in the user's default web browser. Index ¶ func Open(url string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Open ¶ func Open(url string) error Open launches the user's default browser pointed at url. It is best-effort: it returns the error from spawning the opener, and callers should always print the URL too so headless/SSH users can open it manually. Types ¶ This section is empty. Source Files ¶ View all Source files browser.go Click to show internal directories. Click to hide internal directories.