diff options
author | Ben Burwell <ben@benburwell.com> | 2018-05-25 00:01:10 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2018-05-25 00:01:10 -0400 |
commit | 483b758f27e212c0684cdb6ca065c56765818e26 (patch) | |
tree | 25b88300acbfd51191413eba1239af400d883400 /vendor/github.com/BurntSushi/xdg/README | |
parent | d6b0483feb598a0c69c0d17a754545a9355e500c (diff) |
Run dep init
Diffstat (limited to 'vendor/github.com/BurntSushi/xdg/README')
-rw-r--r-- | vendor/github.com/BurntSushi/xdg/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/BurntSushi/xdg/README b/vendor/github.com/BurntSushi/xdg/README new file mode 100644 index 0000000..0dffd6c --- /dev/null +++ b/vendor/github.com/BurntSushi/xdg/README @@ -0,0 +1,9 @@ +Provides convenience functions for reading configuration and data files +according to the XDG Base Directory Specification: + +http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html + +Install with + + go get github.com/BurntSushi/xdg + |