Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 11, 2015
2 parents db412c9 + cd5c2de commit d5a2fdf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# gohome [![Build Status](https://drone.io/github.com/caarlos0/gohome/status.png)](https://drone.io/github.com/caarlos0/gohome/latest)
# gohome [![Build Status](https://drone.io/github.com/caarlos0/gohome/status.png)](https://drone.io/github.com/caarlos0/gohome/latest) [![Coverage Status](https://coveralls.io/repos/caarlos0/gohome/badge.svg?branch=master&service=github)](https://coveralls.io/github/caarlos0/gohome?branch=master)

Easily get cache and config folders for your app according to each OS spec

## Usage
Expand All @@ -9,8 +10,8 @@ import "github.com/caarlos0/gohome"
const appName = "my-app"

func main() {
config := gohome.Config(appName)
cache := gohome.Cache(appName)
config := gohome.Config(appName) // gives you the right config folder for the current OS
cache := gohome.Cache(appName) // gives you the right cache folder for the current OS
// ...
}
```

0 comments on commit d5a2fdf

Please sign in to comment.