Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-github-spf13-afero-devel-1.5.1-5.fc37 RPM for noarch

From Fedora 37 for ppc64le / g

Name: golang-github-spf13-afero-devel Distribution: Fedora Project
Version: 1.5.1 Vendor: Fedora Project
Release: 5.fc37 Build date: Thu Jul 21 13:37:54 2022
Group: Unspecified Build host: buildvm-x86-12.iad2.fedoraproject.org
Size: 248189 Source RPM: golang-github-spf13-afero-1.5.1-5.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/spf13/afero
Summary: FileSystem Abstraction System for Go
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.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – github.com/spf13/afero

Provides

Requires

License

ASL 2.0

Changelog

* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jan 05 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.5.1-1
  - Update to 1.5.1
  - Close: rhbz#1862837
* Sun Aug 02 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.3.3-1
  - Update to 1.3.3
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/share/doc/golang-github-spf13-afero-devel
/usr/share/doc/golang-github-spf13-afero-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/spf13
/usr/share/gocode/src/github.com/spf13/afero
/usr/share/gocode/src/github.com/spf13/afero/.goipath
/usr/share/gocode/src/github.com/spf13/afero/README.md
/usr/share/gocode/src/github.com/spf13/afero/afero.go
/usr/share/gocode/src/github.com/spf13/afero/afero_test.go
/usr/share/gocode/src/github.com/spf13/afero/basepath.go
/usr/share/gocode/src/github.com/spf13/afero/basepath_test.go
/usr/share/gocode/src/github.com/spf13/afero/cacheOnReadFs.go
/usr/share/gocode/src/github.com/spf13/afero/composite_test.go
/usr/share/gocode/src/github.com/spf13/afero/const_bsds.go
/usr/share/gocode/src/github.com/spf13/afero/const_win_unix.go
/usr/share/gocode/src/github.com/spf13/afero/copyOnWriteFs.go
/usr/share/gocode/src/github.com/spf13/afero/copyOnWriteFs_test.go
/usr/share/gocode/src/github.com/spf13/afero/go.mod
/usr/share/gocode/src/github.com/spf13/afero/httpFs.go
/usr/share/gocode/src/github.com/spf13/afero/ioutil.go
/usr/share/gocode/src/github.com/spf13/afero/ioutil_test.go
/usr/share/gocode/src/github.com/spf13/afero/lstater.go
/usr/share/gocode/src/github.com/spf13/afero/lstater_test.go
/usr/share/gocode/src/github.com/spf13/afero/match.go
/usr/share/gocode/src/github.com/spf13/afero/match_test.go
/usr/share/gocode/src/github.com/spf13/afero/mem
/usr/share/gocode/src/github.com/spf13/afero/mem/dir.go
/usr/share/gocode/src/github.com/spf13/afero/mem/dirmap.go
/usr/share/gocode/src/github.com/spf13/afero/mem/file.go
/usr/share/gocode/src/github.com/spf13/afero/mem/file_test.go
/usr/share/gocode/src/github.com/spf13/afero/memmap.go
/usr/share/gocode/src/github.com/spf13/afero/memmap_test.go
/usr/share/gocode/src/github.com/spf13/afero/os.go
/usr/share/gocode/src/github.com/spf13/afero/path.go
/usr/share/gocode/src/github.com/spf13/afero/path_test.go
/usr/share/gocode/src/github.com/spf13/afero/readonlyfs.go
/usr/share/gocode/src/github.com/spf13/afero/regexpfs.go
/usr/share/gocode/src/github.com/spf13/afero/ro_regexp_test.go
/usr/share/gocode/src/github.com/spf13/afero/sftpfs
/usr/share/gocode/src/github.com/spf13/afero/sftpfs/file.go
/usr/share/gocode/src/github.com/spf13/afero/sftpfs/sftp.go
/usr/share/gocode/src/github.com/spf13/afero/sftpfs/sftp_test.go
/usr/share/gocode/src/github.com/spf13/afero/symlink.go
/usr/share/gocode/src/github.com/spf13/afero/symlink_test.go
/usr/share/gocode/src/github.com/spf13/afero/tarfs
/usr/share/gocode/src/github.com/spf13/afero/tarfs/file.go
/usr/share/gocode/src/github.com/spf13/afero/tarfs/fs.go
/usr/share/gocode/src/github.com/spf13/afero/tarfs/tarfs_test.go
/usr/share/gocode/src/github.com/spf13/afero/unionFile.go
/usr/share/gocode/src/github.com/spf13/afero/util.go
/usr/share/gocode/src/github.com/spf13/afero/util_test.go
/usr/share/gocode/src/github.com/spf13/afero/zipfs
/usr/share/gocode/src/github.com/spf13/afero/zipfs/file.go
/usr/share/gocode/src/github.com/spf13/afero/zipfs/file_test.go
/usr/share/gocode/src/github.com/spf13/afero/zipfs/fs.go
/usr/share/gocode/src/github.com/spf13/afero/zipfs/zipfs_test.go
/usr/share/licenses/golang-github-spf13-afero-devel
/usr/share/licenses/golang-github-spf13-afero-devel/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024