Explorar o código

Add import line to README.md quickstart

Brian Dorsey %!s(int64=10) %!d(string=hai) anos
pai
achega
c15d848066
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      README.md

+ 6 - 0
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: