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
/
config.go
Age
Commit message (
Expand
)
Author
2024-01-14
flatten paths
v1.1.3
Jeff Carr
2016-10-29
Update license copyright years.
Dave Collins
2016-10-28
Adds new config options:
Alexander Staubo
2016-09-07
Deprecate "disableunsafe" tag in favor of "safe".
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
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
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-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-03
Cleanup documentation on new ContinueOnMethod code.
Dave Collins
2013-02-26
Re-added accidentally removed lines
Thomas NJ Shadwell
2013-02-26
revert previous mis-commits, add ability to allow deeper pretty-printing afte...
Thomas NJ Shadwell
2013-02-23
Add support Sprint* family of functions.
Dave Collins
2013-01-19
Move SpewState methods to ConfigState.
Dave Collins
2013-01-12
Update ConfigState documentation.
Dave Collins
2013-01-12
Implement support for unqiue config instances.
Dave Collins
2013-01-08
Initial implementation.
Dave Collins