Files
dolt/types/primitives.go
T
2015-06-02 23:34:51 -07:00

29 lines
305 B
Go

package types
// +gen noms
type Bool bool
// +gen noms
type Int16 int16
// +gen noms
type Int32 int32
// +gen noms
type Int64 int64
// +gen noms
type UInt16 uint16
// +gen noms
type UInt32 uint32
// +gen noms
type UInt64 uint64
// +gen noms
type Float32 float32
// +gen noms
type Float64 float64