Standardize on _rungen.go for the file to contain go:generate commands.

Fixes issue #33.
This commit is contained in:
Aaron Boodman
2015-07-14 16:13:26 -07:00
parent 8c1667415b
commit 2d5b7630aa
3 changed files with 3 additions and 2 deletions

3
datas/_rungen.go Normal file
View File

@@ -0,0 +1,3 @@
package datas
//go:generate go run gen/types.go -o types.go

View File

@@ -7,8 +7,6 @@ import (
"github.com/attic-labs/noms/types"
)
//go:generate go run gen/types.go -o types.go
type DataStore struct {
chunks.ChunkStore