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
/
common.go
Age
Commit message (
Expand
)
Author
2017-06-27
correct misspell on spew/common.go#L183
Bill Q
2016-10-29
Update license copyright years.
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-02-23
Add support for sorting keys that are arrays.
Anaminus
2014-11-15
Improve unsafe reflect value handling.
Dave Collins
2014-10-24
Add logic to deal with reflect pkg changes on tip.
Dave Collins
2014-05-05
Dump non-zero len and cap for applicable types.
Josh Rickmar
2014-01-08
Add logic to deal with reflect pkg changes on tip.
Dave Collins
2013-11-14
Correct valuesSorter.Less function for uintptr.
Dave Collins
2013-11-14
Reorder Less function cases to consistent order.
Dave Collins
2013-11-14
Reorganize the new map key sorting functionality.
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-03-03
Cleanup documentation on new ContinueOnMethod code.
Dave Collins
2013-02-26
revert previous mis-commits, add ability to allow deeper pretty-printing afte...
Thomas NJ Shadwell
2013-01-20
Invoke String/Error methods on addressable vals.
Dave Collins
2013-01-17
Implement support for %#v and %#+v in Formatter.
Dave Collins
2013-01-16
Fix a comment and a apply few gofmt changes.
Dave Collins
2013-01-14
Use writer directly in formatter.
Dave Collins
2013-01-10
Add config pointers to format and dump states.
Dave Collins
2013-01-08
Initial implementation.
Dave Collins