Documentation ¶
Index ¶
Constants ¶
View Source
const ( STATE_NONE int = iota STATE_WORD STATE_QUOTE STATE_ESCAPED )
Variables ¶
View Source
var ( OK = []byte("ok") TRUE = []byte("true") FALSE = []byte("false") SCAN_MORE = []byte(`"it" for more`) )
View Source
var ( NotEnoughArgumentsErr = errors.New("not enough arguments") TooManyArgumentsErr = errors.New("too many arguments") )
View Source
var (
DbsFullErr = errors.New("DBs full. Launch with -dbs X to allow X number of databases to be opened")
)
View Source
var (
GetFormatErr = errors.New("second argument must be 'json' or 'hex'")
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.