Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
matryer committed Feb 9, 2015
2 parents a7d8bc4 + b6c66e6 commit c44222a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<<<<<<< HEAD
# persist

Persist loads and saves Go objects to files.
=======
# 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
>>>>>>> FETCH_HEAD
## Usage

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

0 comments on commit c44222a

Please sign in to comment.