Right now go generate always assumes Linguist version present in .linguist dir in FS.
As discussed #189 (comment), it would be nice to unify it with all the test and rely in both places on single on LINGUIST_REPO env var, instead of ENRY_TEST_REPO in tests and hard-code in generator.
Right now
go generatealways assumes Linguist version present in.linguistdir in FS.As discussed #189 (comment), it would be nice to unify it with all the test and rely in both places on single on
LINGUIST_REPOenv var, instead ofENRY_TEST_REPOin tests and hard-code in generator.