Versions in this module Expand all Collapse all v0 v0.55.2 Apr 12, 2025 v0.55.1 Apr 12, 2025 Changes in this version + const LitType + const VarType + type Parsed []Part + func Parse(s string) Parsed + func ParsePercent(s string) Parsed + func (s Parsed) HasVars() bool + func (s Parsed) Interpolate(mapping func(variable Variable) string) string + type Part struct + Literal string + Type int + Variable Variable + type Variable struct + Default string + HasDefault bool + Name string