mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 19:09:34 -06:00
Standardize on _rungen.go for the file to contain go:generate commands.
Fixes issue #33.
This commit is contained in:
3
datas/_rungen.go
Normal file
3
datas/_rungen.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package datas
|
||||
|
||||
//go:generate go run gen/types.go -o types.go
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user