package
0.0.0-20220301182912-6c7a55c5708c
Repository: https://github.com/yields/ant.git
Documentation: pkg.go.dev

# Functions

Attr returns an attribute value by its key.
Bytes returns a scanner func for a byte slice.
Float returns a scanner func for a float.
Int returns a scanner func for an int.
NewScanner returns a new scanner.
ScannerOf returns a scanner of type t using opts.
Slice returns a new slice scanner.
String returns a scanner func for a string.
Struct returns a scanfunc for a struct or an error.
Text returns the inner text of n.
Uint returns a scanner func for an uint.

# Structs

Options represents the scan options.
Scanner implements a type scanner.

# Type aliases

ScanFunc represents a scanner func.