Mon, 26 Jan 2026 05:38:36 CST | login

Information for build golang-github-spf13-afero-1.5.1-1.ocs23

ID19425
Package Namegolang-github-spf13-afero
Version1.5.1
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-spf13-afero.git?.#96a3b1aceb7ae850d31c099cd3f4d13acc69302e
SummaryFileSystem Abstraction System for Go
Description Afero is an 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 a 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 file system during testing. It also adds support for the http filesystem for full interoperability.
Built byxinlongchen
State complete
Volume DEFAULT
StartedFri, 06 Sep 2024 15:55:55 CST
CompletedFri, 06 Sep 2024 15:59:39 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/golang-github-spf13-afero.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-spf13-afero.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
golang-github-spf13-afero-1.5.1-1.ocs23.src.rpm (info) (download)
noarch
golang-github-spf13-afero-devel-1.5.1-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Sep 06 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.5.1-1 - initial build