gobbler/go.mod
Nick Krichevsky 714f75028c Initial commit
Has imperfect string matching algorithm where very short prefixes allow
a good match (e.g. Spongebob goes to Stranger-Things)
2021-08-25 01:15:22 -04:00

9 lines
155 B
Modula-2

module github.com/ollien/gobbler
go 1.16
require (
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
)