Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Ryer committed Feb 9, 2015
1 parent c77a0f1 commit b6c66e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# persist
# persist [![GoDoc](https://godoc.org/github.com/matryer/persist?status.png)](http://godoc.org/github.com/matryer/persist)
Persist loads and saves Go objects to files

## Usage
Expand Down Expand Up @@ -26,4 +26,4 @@ var conf Config
if err := persist.Load("./project.conf", &conf); err != nil {
log.Fatalln("failed to load config:", err)
}
```
```

0 comments on commit b6c66e6

Please sign in to comment.