Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Int ¶
type Int int64
Int is an integer which can serialize itself to noms.
Noms doesn't provide a native integer type, so it's on us to handle this case. We manage it by providing this type wrapper which knows how to serialize itself to and from a base-36 string, which turns out to be enormously faster in noms than an array of bytes.
func (Int) MarshalNoms ¶
MarshalNoms satisfies the marshal.Marshaler interface
Click to show internal directories.
Click to hide internal directories.