diff options
| author | Dave Collins <[email protected]> | 2013-11-16 20:45:52 -0600 |
|---|---|---|
| committer | Dave Collins <[email protected]> | 2013-11-16 20:45:52 -0600 |
| commit | 1a05ce86a95c83fcf6976227c5e4e9ac57df05b7 (patch) | |
| tree | 85bd80f6c54b66f61e20af92ddc988b58acbac8d /spew | |
| parent | b5585b0bfd875af5fe9a200a2559cccc75be1452 (diff) | |
Add SortKeys option to doco for NewDefaultConfig.
Diffstat (limited to 'spew')
| -rw-r--r-- | spew/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spew/config.go b/spew/config.go index ba6dd9f..e516675 100644 --- a/spew/config.go +++ b/spew/config.go @@ -282,6 +282,7 @@ func (c *ConfigState) convertArgs(args []interface{}) (formatters []interface{}) // DisableMethods: false // DisablePointerMethods: false // ContinueOnMethod: false +// SortKeys: false func NewDefaultConfig() *ConfigState { return &ConfigState{Indent: " "} } |
