Versions in this module Expand all Collapse all v0 v0.5.0 Mar 30, 2026 v0.4.1 Mar 28, 2026 Changes in this version + func ClosestMatch(target string, candidates []string, threshold int) (match string, distance int) + func LevenshteinDistance(s1, s2 string) int