package
0.5.0
Repository: https://github.com/janderland/fdbq.git
Documentation: pkg.go.dev

# Packages

Package format converts key-values into query strings.
Package scanner tokenizes query strings.

# Functions

No description provided by the author

# Structs

Error represents a problem encountered during parsing.
Parser obtains tokens from the given [scanner.Scanner] and attempts to parse them into a keyval.Query.
Token is a categorized piece of the query string returned from [scanner.Scanner].