Files
dolt/types/primitives.go
2015-06-02 23:41:26 -07:00

32 lines
404 B
Go

package types
// The methods for these types are generated by a tool.
// See http://clipperhouse.github.io/gen.
// +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