fixed the test to use the local package (as it should be); added a testable example for godoc
1 file changed
tree: a4b01132c7eb98a32dfc6fcb5d0ead89531047de
  1. levenshtein/
  2. .gitignore
  3. LICENSE
  4. README.md
README.md

golang-levenshtein

An implementation of the Levenshtein algorithm in Go. Provides edit distances and edit scripts.