mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-12 04:09:48 +00:00
tokenizer: move flex-based to modules
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
package tokenizer
|
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
|
// 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.
|
// the Linguist library returns. At most the first ByteLimit bytes of content are tokenized.
|
||||||
|
Reference in New Issue
Block a user