Documentation ¶ Index ¶ func BuildURL(baseURL string, paths []string, qParams map[string]string) (string, error) func OpenBrowser(url string) error func SubmitPostRequest(url string, body io.Reader, h http.Header) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildURL ¶ added in v0.6.0 func BuildURL(baseURL string, paths []string, qParams map[string]string) (string, error) func OpenBrowser ¶ added in v0.6.0 func OpenBrowser(url string) error func SubmitPostRequest ¶ added in v0.6.0 func SubmitPostRequest(url string, body io.Reader, h http.Header) ([]byte, error) Types ¶ This section is empty. Source Files ¶ View all Source files browser.go request.go Click to show internal directories. Click to hide internal directories.