Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2023 Changes in this version + type Namespace struct + func New(deps *deps.Deps) *Namespace + func (ns *Namespace) AbsLangURL(s any) (string, error) + func (ns *Namespace) AbsURL(s any) (string, error) + func (ns *Namespace) Anchorize(s any) (string, error) + func (ns *Namespace) JoinPath(elements ...any) (string, error) + func (ns *Namespace) Parse(rawurl any) (*url.URL, error) + func (ns *Namespace) Ref(p any, args any) (string, error) + func (ns *Namespace) RelLangURL(s any) (string, error) + func (ns *Namespace) RelRef(p any, args any) (string, error) + func (ns *Namespace) RelURL(s any) (string, error) + func (ns *Namespace) URLize(s any) (string, error)