Files
dolt/nomdl/pkg/field.go
T
2016-05-02 15:35:27 -07:00

9 lines
109 B
Go

package pkg
import "github.com/attic-labs/noms/types"
type Field struct {
Name string
Type *types.Type
}