Documentation
¶
Overview ¶
Package deepprint walks a Go value recursively, in a predictable order, without looping, and prints each value out to a given Writer, which is assumed to be a hash.Hash, as this package doesn't format things nicely.
This is intended as a lighter version of go-spew, etc. We don't need its features when our writer is just a hash.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateHash ¶ added in v1.0.0
UpdateHash sets last to the hash of v and reports whether its value changed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.