moved generated data to data subpackage

This commit is contained in:
David Paz
2017-06-08 12:28:36 +02:00
committed by Santiago M. Mola
parent 5a8c748dbe
commit 7e827e47ef
33 changed files with 298216 additions and 297637 deletions

View File

@ -7,7 +7,8 @@ test: $(LINGUIST_PATH)
go test -v ./...
code-generate: $(LINGUIST_PATH)
mkdir -p data
go run internal/code-generator/main.go
clean:
rm -rf $(LINGUIST_PATH)
rm -rf $(LINGUIST_PATH)