mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
*: module rename to go-enry/go-enry/v4
This commit is contained in:
@ -5,7 +5,7 @@ package tokenizer
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
"github.com/bzz/enry/v2/regex"
|
||||
"github.com/go-enry/go-enry/v2/regex"
|
||||
)
|
||||
|
||||
// Tokenize returns lexical tokens from content. The tokens returned match what
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
package tokenizer
|
||||
|
||||
import "github.com/bzz/enry/v2/internal/tokenizer/flex"
|
||||
import "github.com/go-enry/go-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.
|
||||
|
Reference in New Issue
Block a user