[ aramo ]
软件包: golang-github-apparentlymart-go-userdirs-dev (0.0~git20200915.b0c018a-3)
golang-github-apparentlymart-go-userdirs-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-apparentlymart-go-userdirs:
- [golang-github-apparentlymart-go-userdirs_0.0~git20200915.b0c018a-3.dsc]
- [golang-github-apparentlymart-go-userdirs_0.0~git20200915.b0c018a.orig.tar.xz]
- [golang-github-apparentlymart-go-userdirs_0.0~git20200915.b0c018a-3.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Thorsten Alteholz
外部的资源:
- 主页 [github.com]
相似软件包:
finding user-specific application data directories
This package contains a small library for building suitable paths for storing and locating application-specific, user-specific configuration files, data files, and cache files.
The library is based on similar principles as the XDG specification, namely:
- There are one or more directories to search for configuration files, one of which is preferred and used for creating new configuration files. - There are one or more directories to search for data files, one of which is preferred and used for creating new data files. - There is exactly one cache directory, which can be used for transient files that the application is able to recreate if lost.The exact locations of these directories will depend on operating system and system configuration.
其他与 golang-github-apparentlymart-go-userdirs-dev 有关的软件包
|
|
|
-
- dep: golang-github-google-go-cmp-dev
- Package for comparing Go values in tests