Tags: goforj/godump
Tags
feat: docgen (#55) * feat: docgen * docs: gen * docs: fix examples * fix: ridiculous * chore: recat Dd * chore: WithNoColor -> WithoutColor * chore: add default value with options builders * docs: readme space * feat: gen examples_test.go * chore: remove example stuff for now * chore: remove line-length-limit * docs: tweak comments * chore: line-length-limit disable * chore: html output truncate * chore: PR feedback
feat: Adds ANSI color support for Windows terminals (#39) * feat: Adds ANSI color support for Windows terminals and prevents color output when stdout is not a TTY * fix: CI * refactor: streamline ANSI support initialization for Windows terminals * refactor: unify windowsansi into ansi Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com> * chore: add simple benchmark --------- Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Co-authored-by: Chris Miles <chris.miles.e@gmail.com>
feat: support customizing stack frames to skip when printing the head… …er (#31) - add WithSkipStackFrames option - refine stack frame detection logic - add tests for custom frame skipping Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
feat: hex dumping (#15) * feat: hex dumping * Spacing * Modernization fixes * Another modernization fix * Now make the linter happy * Update .golangci.yml * Update .golangci.yml * Unreal * Update .golangci.yml * Update .golangci.yml * Update .golangci.yml * Update godump.go * Generic byte handling * Update godump_test.go * remove evil regex * lets make sure we're modern
PreviousNext