github goforj/godump v1.0.5

latest releases: v1.9.1, v1.9.0, v1.8.0...
10 months ago
  • Support for unexported fmt.Stringer values via forceExported() and asStringer() logic
  • Automatic pointer wrapping in writeDump() to ensure fields are addressable when passed by value
  • Cleaner handling of zero and nil values, with <invalid> safely rendered for uninitialized fields
  • Redundant time.Time special-case removed, now universally handled by generalized Stringer logic
  • No more panic fallbacks - all access is guarded, safe, and cleanly formatted
  • Invoke .String() if exists - On custom types
  • Test Coverage - Hitting around 94%

demo-terminal-2

Don't miss a new godump release

NewReleases is sending notifications on new releases.