Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateURL ¶
ValidateURL checks that rawURL is non-empty, parseable, and uses http or https.
Types ¶
type DefaultOpener ¶
type DefaultOpener struct{}
DefaultOpener uses platform-specific commands to open URLs without blocking.
func (DefaultOpener) Open ¶
func (DefaultOpener) Open(rawURL string) error
Click to show internal directories.
Click to hide internal directories.