Documentation
¶
Overview ¶
package tribool implements a simple nullable tri-way value
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tribool ¶
func NewTribool ¶
func (Tribool) MarshalJSON ¶
MarshalJSON implements json.Marshaler. It will encode null if this Int is null.
func (*Tribool) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaller.
Click to show internal directories.
Click to hide internal directories.