goforj/godump
A minimal, developer-friendly pretty-printer and debug dumper for Go structs, inspired by Laravel’s dump() and Symfony’s VarDumper. observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 95
- Release rhythm 72
- Longevity 33
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 4.0
- age_days: 464
- days_rel: 188
- days_push: 32
- n_releases_24m: 13
Adoption not part of the score
1754 stars · 36 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
godump is a zero-dependency, developer-friendly pretty-printer and debug dumper for Go, inspired by Laravel's dump() and Symfony's VarDumper. It provides colorized terminal and HTML output of structs, slices, and maps, with cyclic reference detection, JSON helpers, and diff output.
Use cases
- pretty-print Go structs for debugging
- dump variables with colorized terminal output
- diff two Go values visually
- dump structs as JSON strings
- replace fmt.Println debugging with structured dumps
- inspect nested maps and slices with cycle detection
When to choose
- you want a Laravel/Symfony-style dump() or dd() experience in Go
- you need zero-dependency debugging output
- you want HTML or JSON dump formats alongside terminal output
When to avoid
- you need deep reflection-based serialization for production data export
- you only need simple fmt printing
- you need a debugger with breakpoints rather than print debugging
Facets
library · maturity active
developer-tools logging developer-tools go cli cross-platform pretty-print debug-dumper var-dump zero-dependency laravel-inspired colorized-output debugging command-line
1 source
- readme: https://github.com/goforj/godump · fetched 2026-08-28 · 1c6ad7ee7480
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| goforj/godump | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem