chapter12/

directory
v0.0.0-...-fb67ab8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2024 License: MIT

Directories

Path Synopsis
Package ch12ex01 provides a means to display structured data.
Package ch12ex01 provides a means to display structured data.
Package ch12ex02 provides a means to display structured data.
Package ch12ex02 provides a means to display structured data.
Package ch12ex03 provides an S-expression encoder with the missing cases from the book implemented.
Package ch12ex03 provides an S-expression encoder with the missing cases from the book implemented.
Package ch12ex04 provides a pretty-printing encoder for S-expressions.
Package ch12ex04 provides a pretty-printing encoder for S-expressions.
Package ch12ex05 provides a JSON encoder.
Package ch12ex05 provides a JSON encoder.
Package ch12ex06 provides an S-expression encoder which doesn't encode a field whose value is the zero value of its type.
Package ch12ex06 provides an S-expression encoder which doesn't encode a field whose value is the zero value of its type.
Package ch12ex07 provides an S-expression encoder with a streaming API.
Package ch12ex07 provides an S-expression encoder with a streaming API.
Package ch12ex08 provides an S-expression decoder using an io.Reader instead of a byte slice.
Package ch12ex08 provides an S-expression decoder using an io.Reader instead of a byte slice.
Package ch12ex09 provides a token-based API to decode S-expressions.
Package ch12ex09 provides a token-based API to decode S-expressions.
Package ch12ex10 provides an S-expression decoder extended to handle booleans, floats and interfaces.
Package ch12ex10 provides an S-expression decoder extended to handle booleans, floats and interfaces.
Package ch12ex11 provides an encoder for URL query strings that takes struct tags for "http" into account.
Package ch12ex11 provides an encoder for URL query strings that takes struct tags for "http" into account.
Package ch12ex12 provides a reflection-based parser for URL parameters with support for parameter validation.
Package ch12ex12 provides a reflection-based parser for URL parameters with support for parameter validation.
Package ch12ex13 provides a means for converting Go objects to and from S-expressions.
Package ch12ex13 provides a means for converting Go objects to and from S-expressions.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL