1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# xdg
Light weight helper functions in golang to get config, data and cache files according to the XDG Base Directory Specification
[](https://goreportcard.com/report/github.com/kyoh86/xdg)
[](https://codecov.io/gh/kyoh86/xdg)
## Install
```
go get github.com/kyoh86/xdg
```
# LICENSE
[](http://www.opensource.org/licenses/MIT)
This is distributed under the [MIT License](http://www.opensource.org/licenses/MIT).
|