Versions in this module Expand all Collapse all v0 v0.6.1 Dec 29, 2024 v0.6.0 Dec 29, 2024 Changes in this version + var ErrFormatFailed = errors.New("format failed") + var ErrParseFailed = errors.New("parse failed") + var TryUrlf = TryCustomFormatter(Opt{}) + var Urlf = CustomFormatter(Opt{}) + func CustomFormatter(o Opt) func(format string, args ...any) string + func TryCustomFormatter(o Opt) func(format string, args ...any) (string, error) + type Opt struct + Hostname string + Password string + Port uint16 + Protocol string + Username string