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

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Apply multi-arch hints.
    + golang-github-mitchellh-go-linereader-dev: Add Multi-Arch: foreign.

  [ Thorsten Alteholz ]
  * update watch file

 -- Thorsten Alteholz <email address hidden>  Sun, 22 Nov 2020 19:18:36 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-go-linereader_0.0~git20190213.1b945b3-3.dsc 2.6 KiB 2c4553a5704e150d3a940f7f828ba9b9107ef0562e53f1a0f27b7ae0a1351a71
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-3.debian.tar.xz 2.3 KiB 9417accf5b66d4b18af90cc4c710bad620ca6dc2504d7deb2f21581ef13e98df

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.