Skip to content

Commit

Permalink
add quick example
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Feb 2, 2017
1 parent 8302325 commit 4ccb2b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ err = db.Put("user", "matt")

var v string
err = db.Get("user", &v)
fmt.Println("got", v)
```

## Installation
Expand Down

0 comments on commit 4ccb2b0

Please sign in to comment.