From c15d848066220eae65f8a4fe4eb6a367acef7aff Mon Sep 17 00:00:00 2001 From: Brian Dorsey Date: Sun, 3 May 2015 18:18:55 -0700 Subject: Add import line to README.md quickstart --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- cgit v1.2.3