From 6300ca87dff46150e0a01e40b79f9e24379912c3 Mon Sep 17 00:00:00 2001 From: Adrian-George Bostan Date: Fri, 22 Jan 2021 05:52:40 +0200 Subject: [PATCH] Add xdg (#3448) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91d24b82..09351722 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [swap](https://github.com/oblq/swap) - Instantiate/configure structs recursively, based on build environment. (YAML, TOML, JSON and env). * [typenv](https://github.com/diegomarangoni/typenv) - Minimalistic, zero dependency, typed environment variables library. * [viper](https://github.com/spf13/viper) - Go configuration with fangs. +* [xdg](https://github.com/adrg/xdg) - Go implementation of the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and [XDG user directories](https://wiki.archlinux.org/index.php/XDG_user_directories). * [xdg](https://github.com/OpenPeeDeeP/xdg) - Cross platform package that follows the [XDG Standard](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html). ## Continuous Integration