summaryrefslogtreecommitdiff
path: root/spew/spew.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew/spew.go')
-rw-r--r--spew/spew.go2
1 files changed, 0 insertions, 2 deletions
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.