mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-20 11:29:13 -05:00
3032c76a39
Fixes #1368
9 lines
109 B
Go
9 lines
109 B
Go
package pkg
|
|
|
|
import "github.com/attic-labs/noms/types"
|
|
|
|
type Field struct {
|
|
Name string
|
|
Type *types.Type
|
|
}
|