pkg/browser

Name: browser

Owner: pkg

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

Created: 2014-07-10 07:16:06.0

Updated: 2018-01-12 15:43:36.0

Pushed: 2017-08-23 06:06:47.0

Homepage: null

Size: 10

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

browser

import "github.com/pkg/browser"

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

The choice of which browser is started is entirely client dependant.

Variables
Stderr io.Writer = os.Stderr

Stderr is the io.Writer to which executed commands write standard error.

Stdout io.Writer = os.Stdout

Stdout is the io.Writer to which executed commands write standard output.

func OpenFile
 OpenFile(path string) error

OpenFile opens new browser window for the file path.

func OpenReader
 OpenReader(r io.Reader) error

OpenReader consumes the contents of r and presents the results in a new browser window.

func OpenURL
 OpenURL(url string) error

OpenURL opens a new browser window pointing to url.


Generated by godoc2md


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.