• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H01-Jan-2020-

cmd/xdg-sample/H01-Jan-2020-

.gitignoreH A D01-Jan-2020192

.golangci.ymlH A D01-Jan-202049

LICENSEH A D01-Jan-20201.1 KiB

MakefileH A D01-Jan-2020237

README.mdH A D01-Jan-2020629

cache.goH A D01-Jan-2020367

cache_darwin.goH A D01-Jan-2020200

cache_other.goH A D01-Jan-2020194

cache_win.goH A D01-Jan-2020250

config.goH A D01-Jan-2020805

config_darwin.goH A D01-Jan-2020530

config_other.goH A D01-Jan-2020522

config_win.goH A D01-Jan-2020523

data.goH A D01-Jan-2020739

data_darwin.goH A D01-Jan-2020519

data_other.goH A D01-Jan-2020543

data_win.goH A D01-Jan-2020537

doc.goH A D01-Jan-2020156

go.modH A D01-Jan-202038

path_test.goH A D01-Jan-2020359

runtime.goH A D01-Jan-2020380

runtime_darwin.goH A D01-Jan-2020219

runtime_other.goH A D01-Jan-2020295

runtime_win.goH A D01-Jan-2020215

user.goH A D01-Jan-20201.1 KiB

user_darwin.goH A D01-Jan-2020734

user_others.goH A D01-Jan-2020744

user_win.goH A D01-Jan-2020797

xdg.goH A D01-Jan-20201.1 KiB

README.md

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