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

golang-gopkg-src-d-billy-4-devel-4.3.2-8.fc39 RPM for noarch

From Fedora 39 for ppc64le / g

Name: golang-gopkg-src-d-billy-4-devel Distribution: Fedora Project
Version: 4.3.2 Vendor: Fedora Project
Release: 8.fc39 Build date: Thu Jul 20 06:56:58 2023
Group: Unspecified Build host: buildhw-x86-15.iad2.fedoraproject.org
Size: 126842 Source RPM: golang-gopkg-src-d-billy-4-4.3.2-8.fc39.src.rpm
Packager: Fedora Project
Url: https://github.com/src-d/go-billy
Summary: Interface filesystem abstraction for Go
The missing interface filesystem abstraction for Go. Billy implements an
interface based on the os standard library, allowing to develop applications
without dependency on the underlying storage. Makes it virtually free to
implement mocks and testing over filesystem operations.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – gopkg.in/src-d/go-billy.v4

Provides

Requires

License

ASL 2.0

Changelog

* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Files

/usr/share/doc/golang-gopkg-src-d-billy-4-devel
/usr/share/doc/golang-gopkg-src-d-billy-4-devel/README.md
/usr/share/gocode/src/gopkg.in
/usr/share/gocode/src/gopkg.in/src-d
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/.goipath
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/README.md
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/fs.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/fs_test.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/go.mod
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/chroot
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/chroot/chroot.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/chroot/chroot_test.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/mount
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/mount/mount.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/mount/mount_test.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/polyfill
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/polyfill/polyfill.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/polyfill/polyfill_test.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/temporal
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/temporal/temporal.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/helper/temporal/temporal_test.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/memfs
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/memfs/memory.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/memfs/memory_test.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/memfs/storage.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/osfs
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/osfs/os.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/osfs/os_posix.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/osfs/os_test.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/osfs/os_windows.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/test
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/test/basic.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/test/chroot.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/test/common_posix.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/test/common_windows.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/test/dir.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/test/fs.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/test/mock.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/test/symlink.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/test/tempfile.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/util
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/util/glob.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/util/glob_test.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/util/util.go
/usr/share/gocode/src/gopkg.in/src-d/go-billy.v4/util/util_test.go
/usr/share/licenses/golang-gopkg-src-d-billy-4-devel
/usr/share/licenses/golang-gopkg-src-d-billy-4-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 10 02:35:47 2024