浏览代码

Add import line to README.md quickstart

Brian Dorsey 10 年之前
父节点
当前提交
c15d848066
共有 1 个文件被更改,包括 6 次插入0 次删除
  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: