issues
search
davecgh
/
go-spew
Implements a deep pretty printer for Go data structures to aid in debugging
ISC License
6.1k
stars
366
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
error spew.Dump bug
#148
icetech233
opened
5 months ago
2
Fix typos and style
#147
ccoVeille
opened
7 months ago
0
fix: typos
#146
testwill
opened
8 months ago
0
fatal error: out of memory when dumping a struct
#145
zhulik
opened
10 months ago
0
spew.Dump panics when printing a custom error that wraps another custom error
#144
Justinfan827
opened
1 year ago
0
Being EOL, any alternative recommendation
#143
satish-suradkar
opened
1 year ago
3
Override String function not works with anonymous struct param
#142
rsgok
opened
2 years ago
1
Custom `String()` method of maps got invalid receiver value
#141
chenzhuoyu
opened
2 years ago
4
spew no longer applies indentation when using custom String() method?
#140
Dieterbe
closed
2 years ago
2
Support option to avoid printing duplicate values
#139
rogpeppe
opened
2 years ago
0
github.com/davecgh/go-spew/spew is not a main package
#138
bitt69
opened
2 years ago
0
go 18? generic
#137
icetech233
opened
2 years ago
1
fix typo
#136
cuishuang
opened
2 years ago
0
Slice index out of range panic
#134
lchanglyft
opened
3 years ago
0
Can you provide a concise version of the configuration
#133
dugei
opened
3 years ago
1
*C.struct_ABC => panic
#132
Robert-M-Muench
opened
3 years ago
0
Suppress printing of nil pointers
#131
objsys
opened
3 years ago
0
Travis-ci: added support for ppc64le & update go 1.12 to 1.15
#130
dthadi3
opened
3 years ago
0
Correct spelling: satisify -> satisfy
#129
jubalh
opened
4 years ago
0
Is this lib abandoned?
#128
jeffwidman
opened
4 years ago
9
Move lib up to top-level
#127
mcandre
opened
4 years ago
0
Add go module for Go1.11.
#126
ritoon
opened
4 years ago
1
No pretty-print on FreeBSD VMs
#125
xxxserxxx
closed
4 years ago
2
Allow disabling address of functions
#124
flimzy
opened
4 years ago
0
add go.mod file + add newer go versions to travis checklist.
#123
trusch
opened
4 years ago
2
Feat: add DisableUnexported
#122
flw-cn
opened
4 years ago
1
Request to add features that can suppress unexported fields
#121
flw-cn
opened
4 years ago
1
Ability to suppress fields from display
#120
klaxxon
opened
4 years ago
1
Support omitting duplicates and using ordinals instead of pointers wh…
#119
jcburley
opened
5 years ago
0
[Feature Suggestion] Configuration for dumping integers as hex instead of decimal
#118
highwaycoder
opened
5 years ago
0
Add DisableLengths for pairity with DisableCapacities
#117
novas0x2a
opened
5 years ago
1
fix: typo
#116
r6m
closed
4 years ago
0
Panic on customized Stringer of map
#115
wwwjfy
opened
5 years ago
2
Add tags to support ignoring, normalizing, and hashing fields
#114
mjquigley
closed
5 years ago
0
Remove unused ptrSize
#113
muesli
opened
5 years ago
0
Fixed typo
#112
muesli
opened
5 years ago
0
rm panic on config.SortKeys with an unexported map with array key
#111
reinerRubin
opened
5 years ago
0
make "Dump" stdoutput atomic (non-interleaved)
#110
reinerRubin
opened
5 years ago
0
test: typo fix
#109
ferhatelmas
closed
2 years ago
1
panic during Sdump when sorting struct with private fields
#108
zachmu
opened
5 years ago
2
Test with Go 1.12
#107
AlekSi
opened
5 years ago
1
Production readiness
#106
fifarafa
opened
5 years ago
1
feat (DisableFunctionTypePointerAddresses) hiding pointers for func fields
#105
pentateu
opened
5 years ago
0
feat (DisableFunctionTypePointerAddresses) fields of type func.. abil…
#104
pentateu
closed
5 years ago
3
Remove version of Go from Travis where 'gometalinter' cannot be installed anymore
#103
HaraldNordgren
closed
3 years ago
0
ConfigState: Create 'DisableNativeTypes' option
#102
HaraldNordgren
closed
3 years ago
0
ConfigState: Create 'DisableLengths' option
#101
HaraldNordgren
closed
3 years ago
1
Simplify exported spew functions by using 'ConfigState' methods
#100
HaraldNordgren
closed
3 years ago
0
add config option HighlightValues for adding colour/color to output
#99
gedge
opened
5 years ago
2
Ignore fields using a tag
#98
coreyog
opened
5 years ago
0
Next