diff options
| -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: " "} } |
