Skip to content

Commit

Permalink
Merge a6eef0c into 3e6e67c
Browse files Browse the repository at this point in the history
  • Loading branch information
briandorsey committed May 17, 2015
2 parents 3e6e67c + a6eef0c commit 46e53f9
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 "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 46e53f9

Please sign in to comment.