From 1a05ce86a95c83fcf6976227c5e4e9ac57df05b7 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 16 Nov 2013 20:45:52 -0600 Subject: Add SortKeys option to doco for NewDefaultConfig. --- spew/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'spew') 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: " "} } -- cgit v1.2.3