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

Changelog

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

  * New upstream version 1.11.0
  * Bump versioned dependencies as per go.mod

 -- Anthony Fok <email address hidden>  Thu, 07 Dec 2023 06:53:43 -0700

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-spf13-afero_1.11.0-1.dsc 2.3 KiB 98b987cd47f4c93ac0c51e6109437db6c769a99f5d21020cb952fe07e65bcfda
golang-github-spf13-afero_1.11.0.orig.tar.gz 87.2 KiB f83f67c4a03d8bba2b7fe1a496e848b2b1b7d97d0b951d85d2b401e7488a4ed4
golang-github-spf13-afero_1.11.0-1.debian.tar.xz 4.7 KiB 1bb9af756b01ee87d89e3d3af01b5a1edee9d79eff7a6b47e9063b8743b711d9

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.