package
1.0.1
Repository: https://github.com/mushiyu/go-mysql-server.git
Documentation: pkg.go.dev

# Functions

Find returns a string with suggestions for name(s) in `names` similar to the string `src` until a max distance of `DistanceSkipped`.
FindFromMap does the same as Find but taking a map instead of a string array as first argument.

# Variables

MaxDistanceIgnored is the maximum Levenshtein distance from which we won't consider a string similar at all and thus will be ignored.