golang-github-mitchellh-go-linereader 0.0~git20190213.1b945b3-1 source package in Ubuntu

Changelog

golang-github-mitchellh-go-linereader (0.0~git20190213.1b945b3-1) unstable; urgency=medium

  * Initial release (Closes: #821213)

 -- Thorsten Alteholz <email address hidden>  Wed, 21 Aug 2019 21:34:02 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-go-linereader_0.0~git20190213.1b945b3-1.dsc 2.6 KiB 066eed445daa64dfa66c86d4fb60ba7658002eca4a132fe3252885f30bbc5b0c
golang-github-mitchellh-go-linereader_0.0~git20190213.1b945b3.orig.tar.xz 2.7 KiB fcf8c4416156b28e6b22f32f286ae18a4f3a2e30bfa88d5947cc536f665974f7
golang-github-mitchellh-go-linereader_0.0~git20190213.1b945b3-1.debian.tar.xz 2.0 KiB 1dccee31e192b5b865895e605347c9c28008bcc163d6206a0d4c70a29ca98dce

No changes file available.

Binary packages built by this source

golang-github-mitchellh-go-linereader-dev: read lines from an io.Reader and puts them onto a channel

 This package contains Go software that breaks up the input from an
 io.Reader into multiple lines. It is a lot like bufio.Scanner, except
 you can specify timeouts that will push "lines" through after a certain
 amount of time. This lets you read lines, but return any data if a line
 isn't updated for some time.