Versions in this module Expand all Collapse all v1 v1.12.0 Apr 17, 2026 Changes in this version + const MaxURLLength + var AllowedSchemes = []string + var ErrDisallowedScheme = errors.New("disallowed URL scheme") + var ErrInvalidURL = errors.New("invalid URL") + func OpenURL(ctx context.Context, rawURL string, opts ...Option) error + type Opener func(rawURL string) error + type Option func(*options) + func WithOpener(opener Opener) Option