lithammer / fuzzysearch

:pig: Tiny and fast fuzzy search in Go

Home Page:https://pkg.go.dev/github.com/lithammer/fuzzysearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce gopkg support

Dynom opened this issue · comments

Hi,

I'm planning of using your library, but in order to have no future build-issues, I would like to pin versions to avoid the obvious problems. Would you mind creating branches/tags for your releases? The (simple) instructions are on: https://labix.org/gopkg.in

Cheers,

Mark

Sure thing. I added a v1.0.0 tag.

go get gopkg.in/renstrom/fuzzysearch.v1/...

Excellent, thanks!