gitea/vendor/github.com/toqueteos/trie
silverwind 848502d04c
Exclude vendor dirs from git CRLF normalization (#10911)
* Exclude vendor dirs from git CRLF normalization

Should get rid of a few warnings like at the end of `lint-backend` like
https://drone.gitea.io/go-gitea/gitea/23117/1/4

* make vendor

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
2020-04-01 09:33:49 +03:00
..
LICENSE.txt Exclude vendor dirs from git CRLF normalization (#10911) 2020-04-01 09:33:49 +03:00
README.md Language statistics bar for repositories (#8037) 2020-02-11 11:34:17 +02:00
go.mod Language statistics bar for repositories (#8037) 2020-02-11 11:34:17 +02:00
trie.go Language statistics bar for repositories (#8037) 2020-02-11 11:34:17 +02:00

README.md

Trie

GoDoc

This is a fork of https://github.com/cespare/go-trie that adds the PrefixIndex method.

It's required for https://github.com/toqueteos/substring.