Merge pull request #219 from bzz/go-mod

Introduce Go modules
This commit is contained in:
Alexander
2019-04-17 13:39:55 +02:00
committed by GitHub
42 changed files with 83 additions and 73 deletions

View File

@ -5,7 +5,7 @@ package tokenizer
import (
"bytes"
"gopkg.in/src-d/enry.v1/regex"
"github.com/src-d/enry/v2/regex"
)
// Tokenize returns lexical tokens from content. The tokens returned match what