add canonical import path for the package

Signed-off-by: Denys Smirnov <denys@sourced.tech>
This commit is contained in:
Denys Smirnov 2018-04-28 14:12:25 +03:00 committed by Denys Smirnov
parent 42391b8e10
commit 40a21f8e0b
2 changed files with 3 additions and 3 deletions

3
enry.go Normal file

@ -0,0 +1,3 @@
package enry // import "gopkg.in/src-d/enry.v1"
//go:generate make code-generate

@ -1,3 +0,0 @@
package enry
//go:generate make code-generate