golang-github-spf13-afero 1.6.0-1 source package in Ubuntu

Changelog

golang-github-spf13-afero (1.6.0-1) unstable; urgency=medium

  * New upstream version 1.6.0
  * Bump Standards-Version to 4.6.0 (no change)
  * Mark library package with "Multi-Arch: foreign"

 -- Anthony Fok <email address hidden>  Sun, 05 Sep 2021 01:53:38 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-spf13-afero_1.6.0-1.dsc 2.3 KiB 1be4e628ba1a35670e54a401dd62d8fc1925f3e27c2abbe7acf740c7fb069707
golang-github-spf13-afero_1.6.0.orig.tar.gz 60.7 KiB d1942de010ac7932bd21618aaf478b4f1413980449c061032f18beac7805d068
golang-github-spf13-afero_1.6.0-1.debian.tar.xz 4.7 KiB f89c97bf6a43c502efb90d585350dc65adc1bd3b4ea066a707b58a35f5234e5f

Available diffs

No changes file available.

Binary packages built by this source

golang-github-spf13-afero-dev: 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.