软件包:golang-github-spf13-afero-dev(1.9.3-1)
golang-github-spf13-afero-dev 的相关链接
下载源码包 golang-github-spf13-afero:
- [golang-github-spf13-afero_1.9.3-1.debian.tar.xz]
- [golang-github-spf13-afero_1.9.3-1.dsc]
- [golang-github-spf13-afero_1.9.3.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
FileSystem Abstraction System for Go
Afero is a filesystem framework providing a simple, uniform and universal API interacting with any filesystem, as an abstraction layer providing interfaces, types and methods. Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods.
Afero is also a library providing a base set of interoperable backend filesystems that make it easy to work with afero while retaining all the power and benefit of the os and ioutil packages.
Afero provides significant improvements over using the os package alone, most notably the ability to create mock and testing filesystems without relying on the disk.
It is suitable for use in any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory-backed filesystem during testing. It also adds support for the http filesystem for full interoperability.
其他与 golang-github-spf13-afero-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-pkg-sftp-dev (>= 1.13.1)
- 软件包暂时不可用
-
- dep: golang-golang-x-crypto-dev (>= 1:0.0~git20211108.ceb1ce7)
- Supplementary Go cryptography libraries
-
- dep: golang-golang-x-text-dev (>= 0.3.3)
- 软件包暂时不可用