diff options
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 + |