diff options
| author | Brian Dorsey <[email protected]> | 2015-05-03 18:18:55 -0700 | 
|---|---|---|
| committer | Brian Dorsey <[email protected]> | 2015-05-03 18:18:55 -0700 | 
| commit | c15d848066220eae65f8a4fe4eb6a367acef7aff (patch) | |
| tree | 05a8f4087261dd54aeafa82d46685bd65ebdfd06 | |
| parent | 3e6e67c4dcea3ac2f25fd4731abc0e1deaf36216 (diff) | |
Add import line to README.md quickstart
| -rw-r--r-- | README.md | 6 | 
1 files changed, 6 insertions, 0 deletions
@@ -38,6 +38,12 @@ $ go get -u github.com/davecgh/go-spew/spew  ## Quick Start +Add this import line to the file you're working in: + +```Go +import spew "github.com/davecgh/go-spew/spew" +``` +  To dump a variable with full newlines, indentation, type, and pointer  information use Dump, Fdump, or Sdump:  | 
