Add import line to README.md quickstart
This commit is contained in:
parent
3e6e67c4dc
commit
c15d848066
|
@ -38,6 +38,12 @@ $ go get -u github.com/davecgh/go-spew/spew
|
||||||
|
|
||||||
## Quick Start
|
## 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
|
To dump a variable with full newlines, indentation, type, and pointer
|
||||||
information use Dump, Fdump, or Sdump:
|
information use Dump, Fdump, or Sdump:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue