|
@@ -282,6 +282,7 @@ func (c *ConfigState) convertArgs(args []interface{}) (formatters []interface{})
|
|
|
// DisableMethods: false
|
|
// DisableMethods: false
|
|
|
// DisablePointerMethods: false
|
|
// DisablePointerMethods: false
|
|
|
// ContinueOnMethod: false
|
|
// ContinueOnMethod: false
|
|
|
|
|
+// SortKeys: false
|
|
|
func NewDefaultConfig() *ConfigState {
|
|
func NewDefaultConfig() *ConfigState {
|
|
|
return &ConfigState{Indent: " "}
|
|
return &ConfigState{Indent: " "}
|
|
|
}
|
|
}
|