Source: golang-github-mattetti-filebuffer Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Thorsten Alteholz Build-Depends: debhelper-compat (= 12), dh-golang, golang-any Standards-Version: 4.5.0 Homepage: https://github.com/mattetti/filebuffer Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mattetti-filebuffer Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mattetti-filebuffer.git XS-Go-Import-Path: github.com/mattetti/filebuffer Testsuite: autopkgtest-pkg-go Package: golang-github-mattetti-filebuffer-dev Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Description: implementation of a few file-like interfaces filebuffer is a package implementing a few file-like interfaces such as io.Reader, io.ReaderAt, io.Seeker and more. The implementation is backed by a byte buffer and the main purpose is to have in-memory alternative to using an io.File.