套件:golang-github-apparentlymart-go-userdirs-dev(0.0~git20200915.b0c018a-4)
golang-github-apparentlymart-go-userdirs-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-apparentlymart-go-userdirs:
- [golang-github-apparentlymart-go-userdirs_0.0~git20200915.b0c018a-4.dsc]
- [golang-github-apparentlymart-go-userdirs_0.0~git20200915.b0c018a.orig.tar.xz]
- [golang-github-apparentlymart-go-userdirs_0.0~git20200915.b0c018a-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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