mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-18 22:23:07 -03:00
build: gopkg.in -> github.com imports
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# enry [](https://godoc.org/gopkg.in/src-d/enry.v1) [](https://travis-ci.com/src-d/enry) [](https://codecov.io/gh/src-d/enry)
|
||||
# enry [](https://godoc.org/github.com/src-d/enry) [](https://travis-ci.com/src-d/enry) [](https://codecov.io/gh/src-d/enry)
|
||||
|
||||
File programming language detector and toolbox to ignore binary or vendored files. *enry*, started as a port to _Go_ of the original [linguist](https://github.com/github/linguist) _Ruby_ library, that has an improved *2x performance*.
|
||||
|
||||
@ -9,7 +9,7 @@ Installation
|
||||
The recommended way to install enry is
|
||||
|
||||
```
|
||||
go get gopkg.in/src-d/enry.v1/cmd/enry
|
||||
go get github.com/src-d/enry/cmd/enry
|
||||
```
|
||||
|
||||
To build enry's CLI you must run
|
||||
|
Reference in New Issue
Block a user