index
:
go.wit.com/dev/davecgh/spew.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spew
/
dump.go
Age
Commit message (
Expand
)
Author
2024-01-14
flatten paths
v1.1.3
Jeff Carr
2017-07-11
travis: Use gometalinter
David Hill
2016-10-29
Update license copyright years.
Dave Collins
2016-10-28
Adds new config options:
Alexander Staubo
2015-11-05
Add logic to deal with reflect pkg changes on tip.
Dave Collins
2015-06-19
Add support for limited mode without unsafe pkg.
Dave Collins
2015-04-10
Enable methods to sort map keys and spew itself as last resort
Tim Hockin
2015-01-19
make nil maps appear different than empty maps
deads2k
2014-05-05
Dump non-zero len and cap for applicable types.
Josh Rickmar
2013-11-14
Reorganize the new map key sorting functionality.
Dave Collins
2013-11-14
Fix a few style issues pointed out by golint.
Dave Collins
2013-10-28
dump: make SortKeys default to string representation instead of nothing
Patrick Mezard
2013-10-27
config: add SortKeys option to sort native map keys before display
Patrick Mezard
2013-09-21
Add better support for dumping cgo char arrays.
Dave Collins
2013-09-09
Detect nil slices and print them as <nil>.
Dave Collins
2013-03-27
Fix incorrect val display on packed nil interfaces.
Dave Collins
2013-03-11
Update docs for new Sdump function.
Dave Collins
2013-03-11
Add support for Sdump.
Dave Collins
2013-03-08
Update docs for new byte array and slice behavior.
Dave Collins
2013-03-08
Dump byte arrays and slices like hexdump -C.
Dave Collins
2013-03-08
Modify printInt and printUint to accept base.
Dave Collins
2013-02-03
Rename pad function to indent.
Dave Collins
2013-01-20
Improve invalid reflect value handling.
Dave Collins
2013-01-17
Implement support for %#v and %#+v in Formatter.
Dave Collins
2013-01-13
Fix a few comment typos and improve consistency.
Dave Collins
2013-01-12
Fix incorrect type display on nil pointers.
Dave Collins
2013-01-12
Implement support for unqiue config instances.
Dave Collins
2013-01-10
Add config pointers to format and dump states.
Dave Collins
2013-01-08
Initial implementation.
Dave Collins