diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
