From f0ba95e184f4063f60a2338ad95a7ee1fc554e62 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 14 Nov 2013 21:19:56 -0600 Subject: Fix a few style issues pointed out by golint. --- spew/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spew/config.go') diff --git a/spew/config.go b/spew/config.go index d766dfb..ff6b4b6 100644 --- a/spew/config.go +++ b/spew/config.go @@ -84,7 +84,7 @@ type ConfigState struct { // Config is the active configuration of the top-level functions. // The configuration can be changed by modifying the contents of spew.Config. -var Config ConfigState = ConfigState{Indent: " "} +var Config = ConfigState{Indent: " "} // Errorf is a wrapper for fmt.Errorf that treats each argument as if it were // passed with a Formatter interface returned by c.NewFormatter. It returns -- cgit v1.2.3