diff options
| author | Brian Dorsey <[email protected]> | 2015-05-17 16:54:58 -0700 |
|---|---|---|
| committer | Brian Dorsey <[email protected]> | 2015-05-17 16:54:58 -0700 |
| commit | a6eef0c3a9a158ce0fc790d13fadb69186a36cb5 (patch) | |
| tree | 3542316ac13f123addca0fb0eca6d6f15b3d0604 | |
| parent | c15d848066220eae65f8a4fe4eb6a367acef7aff (diff) | |
Removed spurious "spew".
| -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 |
