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

Changelog

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

  * New upstream version 1.5.1
  * debian/control: Change Section from devel to golang
  * debian/control: Bump Standards-Version to 4.5.1 (no change)

 -- Anthony Fok <email address hidden>  Tue, 02 Feb 2021 15:57:54 -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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-spf13-afero_1.5.1-1.dsc 2.3 KiB a7db67f04ebe89f28eae7f78a4c9f416081ba5de6c43d2882058483c1ea97095
golang-github-spf13-afero_1.5.1.orig.tar.gz 57.5 KiB 36a26869c7b963e07e3fcb99dcc86c6ab751548514b5e1fd252175e9eca43f54
golang-github-spf13-afero_1.5.1-1.debian.tar.xz 4.6 KiB ffb89f417041bc9a2612f6415b15547eaab28c94cdd21816f65b9270270578a2

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.