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

Changelog

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

  * New upstream version 1.10.0

 -- Anthony Fok <email address hidden>  Wed, 01 Nov 2023 02:19:46 -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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-spf13-afero_1.10.0-1.dsc 2.3 KiB 071aaa0f60cf26b7736447de8a5192754fbdc062a8a6cca7ce84d542bf5abbac
golang-github-spf13-afero_1.10.0.orig.tar.gz 92.6 KiB 4a35513ee4da7c1e38d0abd67fe541c15abe21b45e521498060c565d88213950
golang-github-spf13-afero_1.10.0-1.debian.tar.xz 4.7 KiB f8068fad085a3c02704d81d7b1020a8f6ae02197cfaf870171eb55940e556a49

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.