Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidString ¶ added in v1.7.12
IsValidString returns true if the given string is valid UTF-8
func ToInterfaceSlice ¶ added in v1.7.0
Types ¶
type Date ¶
type Date struct {
// contains filtered or unexported fields
}
func (Date) MarshalJSON ¶
MarshalJSON turn Date into JSON Value instead of pointer receiver because only that way it can be used for both.
func (*Date) UnmarshalJSON ¶
UnmarshalJSON turn JSON into Date.
type Stack ¶ added in v1.7.12
type Stack struct {
// contains filtered or unexported fields
}
Stack of strings. See https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
Click to show internal directories.
Click to hide internal directories.