tokenizer: move flex-based to modules

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov 2019-04-17 13:54:34 +02:00
parent ae43e1a91f
commit 278eaf1c22
No known key found for this signature in database
GPG Key ID: 8039F5787EFCD05D

View File

@ -2,7 +2,7 @@
package tokenizer
import "gopkg.in/src-d/enry.v1/internal/tokenizer/flex"
import "github.com/src-d/enry/v2/internal/tokenizer/flex"
// Tokenize returns lexical tokens from content. The tokens returned match what
// the Linguist library returns. At most the first ByteLimit bytes of content are tokenized.