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

Changelog

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

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

 -- Anthony Fok <email address hidden>  Thu, 21 Sep 2023 02:23:22 -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.9.5-1.dsc 2.3 KiB 0335ab417dee3c1439c6e0b2ab4f738106d547a96b65b4183d11852dcbfec65a
golang-github-spf13-afero_1.9.5.orig.tar.gz 91.9 KiB e5cfd78a03a3137fe206580f6c01625df02e087fccf5ec520986ecdfbc583e20
golang-github-spf13-afero_1.9.5-1.debian.tar.xz 4.7 KiB 93614242edf199feb6b90bf236c4e8d21390c35f3dac544f2b67a57e5abf61d5

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.