Skip to content

Commit

Permalink
Add import line to README.md quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
briandorsey committed May 4, 2015
1 parent 3e6e67c commit c15d848
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c15d848

Please sign in to comment.