Registry / utility / kortschak-utter

kortschak-utter

JSON →
library1.7.0gogounverified

A deep pretty printer for Go data structures, useful for data snapshotting and debugging.

go get github.com/kortschak/utter
INSTALL
IMPORT
SIG · KORTSCHAK-UTTER
K
kortschak-utter
utilitygov1.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

utter
github.com/kortschak/utter

Dumps a struct with full type and pointer information.

package main import ( "github.com/kortschak/utter" ) type Example struct { Name string Age int } func main() { ex := Example{Name: "Alice", Age: 30} utter.Dump(ex) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kortschak-utter — go get kortschak-utter · libregistry