go-spew/spew
Dave Collins 6d212800a4 Deprecate "disableunsafe" tag in favor of "safe".
This adds a new build tag named "safe" which serves the exact same
purpose as the current "disableunsafe" tag.  This is being done, as
recommended by @shurcooL, since it is emerging as the standard way to do
it in several high profile packages, it mirrors the "unsafe" package
nicely, it is shorter, and users generally seem to prefer it.

However, to avoid breaking existing infrastructure, the disableunsafe
tag is still available and simply is being deprecated.
2016-09-07 12:06:01 -05:00
..
testdata Dump non-zero len and cap for applicable types. 2014-05-05 22:39:05 -05:00
bypass.go Deprecate "disableunsafe" tag in favor of "safe". 2016-09-07 12:06:01 -05:00
bypasssafe.go Deprecate "disableunsafe" tag in favor of "safe". 2016-09-07 12:06:01 -05:00
common.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00
common_test.go Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07:00
config.go Deprecate "disableunsafe" tag in favor of "safe". 2016-09-07 12:06:01 -05:00
doc.go Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07:00
dump.go Add logic to deal with reflect pkg changes on tip. 2015-11-05 15:13:17 -06:00
dump_test.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00
dumpcgo_test.go Update Travis to test multiple golang versions. 2016-08-16 12:40:47 -05:00
dumpnocgo_test.go Add tests for recent cgo handling updates. 2013-09-21 21:50:00 -05:00
example_test.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00
format.go Enable methods to sort map keys and spew itself as last resort 2015-04-10 08:46:42 -07:00
format_test.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00
internal_test.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00
internalunsafe_test.go Deprecate "disableunsafe" tag in favor of "safe". 2016-09-07 12:06:01 -05:00
spew.go Fix a few style issues pointed out by golint. 2013-11-14 21:19:56 -06:00
spew_test.go Add support for limited mode without unsafe pkg. 2015-06-19 15:29:34 -05:00