Registry / utility / kylelemons-godebug

kylelemons-godebug

JSON →
library1.1.0gogounverified

A debugging and pretty-printing library for Go, providing rich output for complex data structures.

go get github.com/kylelemons/godebug
INSTALL
IMPORT
SIG · KYLELEMONS-GODEBUG
K
kylelemons-godebug
utilitygov1.1.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.

godebug
github.com/kylelemons/godebug

Pretty-print a struct.

package main import ( "fmt" "github.com/kylelemons/godebug" ) func main() { type S struct{ Name string } s := S{Name: "test"} fmt.Println(godebug.Pretty(s)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kylelemons-godebug — go get kylelemons-godebug · libregistry