switch fuzzysearch to upstream

This commit is contained in:
evan
2018-05-23 10:20:53 -05:00
parent 55e36ad06a
commit 9f425f9909
6 changed files with 15 additions and 15 deletions

View File

@ -158,7 +158,7 @@ type Rank struct {
Distance int
// Location of Target in original list
Index int
OriginalIndex int
}
type Ranks []Rank