Pakket: golang-github-shibukawa-configdir-dev (0.0~git20170330.e180dbd-1.1)
Verwijzigingen voor golang-github-shibukawa-configdir-dev
Debian bronnen:
Het bronpakket golang-github-shibukawa-configdir downloaden:
- [golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.1.dsc]
- [golang-github-shibukawa-configdir_0.0~git20170330.e180dbd.orig.tar.xz]
- [golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
multi platform library of configuration directories for Golang
This library helps to get regular directories for configuration files or cache files according to the target operationg system's conventions.
On Linux and BSD systems it assumes the following:
System level configuration folder: ${XDG_CONFIG_DIRS} (/etc/xdg) User level configuration folder: ${XDG_CONFIG_HOME} (${HOME}/.config) User level cache folder: ${XDG_CACHE_HOME} (${HOME}/.cache)