Moved commit.go to data directory

This commit is contained in:
David Paz
2017-06-28 10:58:58 +02:00
parent f9805b3faa
commit 3f2248084e
5 changed files with 11 additions and 9 deletions

View File

@ -1,8 +1,8 @@
package enry
package data
// CODE GENERATED AUTOMATICALLY WITH gopkg.in/src-d/enry.v1/internal/code-generator
// THIS FILE SHOULD NOT BE EDITED BY HAND
// Extracted from github/linguist commit: {{ . }}
// linguist's commit from which files were generated.
var linguistCommit = "{{- . -}}"
var LinguistCommit = "{{- . -}}"

View File

@ -1,8 +1,8 @@
package enry
package data
// CODE GENERATED AUTOMATICALLY WITH gopkg.in/src-d/enry.v1/internal/code-generator
// THIS FILE SHOULD NOT BE EDITED BY HAND
// Extracted from github/linguist commit: b6460f8ed6b249281ada099ca28bd8f1230b8892
// linguist's commit from which files were generated.
var linguistCommit = "b6460f8ed6b249281ada099ca28bd8f1230b8892"
var LinguistCommit = "b6460f8ed6b249281ada099ca28bd8f1230b8892"

View File

@ -63,7 +63,7 @@ const (
frequenciesTmpl = "frequencies.go.tmpl"
// commit.go generation
commitFile = "commit.go"
commitFile = "data/commit.go"
commitTmplPath = "internal/code-generator/assets/commit.go.tmpl"
commitTmpl = "commit.go.tmpl"