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/spew.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'spew/spew.go') diff --git a/spew/spew.go b/spew/spew.go index 643f382..d8233f5 100644 --- a/spew/spew.go +++ b/spew/spew.go @@ -104,8 +104,6 @@ func Println(a ...interface{}) (n int, err error) { return fmt.Println(convertArgs(a)...) } -// Sprintf formats according to a format specifier and returns the resulting string. -// // Sprint is a wrapper for fmt.Sprint that treats each argument as if it were // passed with a default Formatter interface returned by NewFormatter. It // returns the resulting string. See NewFormatter for formatting details. -- cgit v1.2.3