Versions in this module Expand all Collapse all v0 v0.1.1 Mar 2, 2024 v0.1.0 Feb 29, 2024 Changes in this version + var ErrArgsNotDefined = errors.New("args not defined") + var ErrEmptyExpression = errors.New("empty expression not allowed") + var ErrLeftBracketNotClosed = errors.New("single '{' is not allowed") + var ErrRightBracketNotClosed = errors.New("single '}' is not allowed") + func Format(template string, values map[string]any) (string, error)