fix: custom import path comment points to latest module

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov 2019-07-08 09:16:59 +02:00
parent 6ccf0b6bd1
commit 0b4d32dfe2
No known key found for this signature in database
GPG Key ID: 8039F5787EFCD05D

View File

@ -11,6 +11,6 @@
Upstream Linguist YAML files are used to generate datastructures for data Upstream Linguist YAML files are used to generate datastructures for data
package. package.
*/ */
package enry // import "github.com/src-d/enry" package enry // import "github.com/src-d/enry/v2"
//go:generate make code-generate //go:generate make code-generate