diff options
| author | Dave Collins <[email protected]> | 2013-11-16 16:05:42 -0600 |
|---|---|---|
| committer | Dave Collins <[email protected]> | 2013-11-16 16:05:42 -0600 |
| commit | 550ce83cb97c69998c5bb509a8d52907d417b256 (patch) | |
| tree | 12861d54cc05c1214e1479dc6e233015016b9c3f /spew/config.go | |
| parent | 92b7ef315aff940fca77446da2fab578c3cd7651 (diff) | |
Update README and doc.go with new SortKeys option.
Diffstat (limited to 'spew/config.go')
| -rw-r--r-- | spew/config.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spew/config.go b/spew/config.go index ff6b4b6..ba6dd9f 100644 --- a/spew/config.go +++ b/spew/config.go @@ -75,9 +75,9 @@ type ConfigState struct { ContinueOnMethod bool // SortKeys specifies map keys should be sorted before being printed. Use - // this to have a more deterministic, diffable output. Note that only - // native types (bool, int, uint, floats, uintptr and string) are supported, - // other types will be sort according to the reflect.Value.String() output + // this to have a more deterministic, diffable output. Note that only + // native types (bool, int, uint, floats, uintptr and string) are supported + // with other types sorted according to the reflect.Value.String() output // which guarantees display stability. SortKeys bool } |
