summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7a5960f..8de2d67 100644
--- a/README.md
+++ b/README.md
@@ -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: