[ bianca ]
[ 源代码: golang-github-shibukawa-configdir ]
软件包:golang-github-shibukawa-configdir-dev(0.0~git20170330.e180dbd-1.1)
golang-github-shibukawa-configdir-dev 的相关链接
下载源码包 golang-github-shibukawa-configdir:
- [golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.1.debian.tar.xz]
- [golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.1.dsc]
- [golang-github-shibukawa-configdir_0.0~git20170330.e180dbd.orig.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-kyoh86-xdg-dev
- python3-platformdirs
- python3-appdirs
- xfce4-places-plugin
- librust-dirs-next-dev
- golang-github-apparentlymart-go-userdirs-dev
- golang-github-muesli-go-app-paths-dev
- golang-github-bmatcuk-doublestar-dev
- golang-github-astromechza-etcpwdparse-dev
- golang-github-mdlayher-socket-dev
- golang-github-xuanwo-go-locale-dev
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)