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-6.fc37 RPM for noarch

From Fedora 37 for ppc64le / g

Name: golang-gopkg-src-d-billy-4-devel Distribution: Fedora Project
Version: 4.3.2 Vendor: Fedora Project
Release: 6.fc37 Build date: Thu Jul 21 14:28:18 2022
Group: Unspecified Build host: buildvm-x86-04.iad2.fedoraproject.org
Size: 126842 Source RPM: golang-gopkg-src-d-billy-4-4.3.2-6.fc37.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 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
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_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, Thu May 9 20:42:17 2024