Removed spurious "spew".

This commit is contained in:
Brian Dorsey 2015-05-17 16:54:58 -07:00
parent c15d848066
commit a6eef0c3a9
1 changed files with 1 additions and 1 deletions

View File

@ -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