From a6eef0c3a9a158ce0fc790d13fadb69186a36cb5 Mon Sep 17 00:00:00 2001 From: Brian Dorsey Date: Sun, 17 May 2015 16:54:58 -0700 Subject: [PATCH] Removed spurious "spew". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de2d67..c0e90bc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $ go get -u github.com/davecgh/go-spew/spew Add this import line to the file you're working in: ```Go -import spew "github.com/davecgh/go-spew/spew" +import "github.com/davecgh/go-spew/spew" ``` To dump a variable with full newlines, indentation, type, and pointer