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
Age
Commit message (
Expand
)
Author
2024-01-14
flatten paths
v1.1.3
Jeff Carr
2024-01-14
add comments
v1.1.2
Jeff Carr
2024-01-14
clean go mod
Jeff Carr
2018-02-03
simpler, more robust bypass
Roger Peppe
2018-01-21
vet: fix vet warnings
David Hill
2017-10-03
Update tests for cgo changes to Go tip.
Dave Collins
2017-07-11
travis: test against 1.8.x
David Hill
2017-07-11
travis: Use gometalinter
David Hill
2017-06-27
correct misspell on spew/common.go#L183
Bill Q
2016-10-29
Correct a copy of misspellings found by misspell.
v1.1.0
Dave Collins
2016-10-29
Update license copyright years.
Dave Collins
2016-10-29
Update doc.go/README.md with new config options.
Dave Collins
2016-10-28
Adds new config options:
Alexander Staubo
2016-09-07
Deprecate "disableunsafe" tag in favor of "safe".
Dave Collins
2016-09-07
Disable unsafe for GopherJS compiler.
Jonathan Hall
2016-08-16
Update Travis to test multiple golang versions.
v1.0.0
David Hill
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-02-23
Add support for sorting keys that are arrays.
Anaminus
2015-01-19
make nil maps appear different than empty maps
deads2k
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-03-27
Update TravisCI to use Go 1.2.
Dave Collins
2014-01-08
Add logic to deal with reflect pkg changes on tip.
Dave Collins
2013-12-01
tests: fix TestSortValues on 32-bits platforms
Patrick Mezard
2013-11-16
Add SortKeys option to doco for NewDefaultConfig.
Dave Collins
2013-11-16
Update README and doc.go with new SortKeys option.
Dave Collins
2013-11-14
Add additional tests for new sortValues code.
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
Update imports for previous.
Dave Collins
2013-11-14
Move TestSortValues to common_test.go.
Dave Collins
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 tests for recent cgo handling updates.
Dave Collins
2013-09-21
Add better support for dumping cgo char arrays.
Dave Collins
2013-09-09
Add tests for nil slice change.
Dave Collins
2013-09-09
Detect nil slices and print them as <nil>.
Dave Collins
2013-03-27
Add tests for packed nil interfaces.
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 tests for new Sdump function.
Dave Collins
2013-03-11
Add support for Sdump.
Dave Collins
2013-03-08
Add byte slice to Dump example.
Dave Collins
2013-03-08
Update docs for new byte array and slice behavior.
Dave Collins
2013-03-08
Add tests for byte arrays and slices.
Dave Collins
[next]