golang-gopkg-bufio.v1 1-2 source package in Ubuntu

Changelog

golang-gopkg-bufio.v1 (1-2) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Team upload.
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.
  * Fix insecure-copyright-format-uri.
  * Set Testsuite: autopkgtest-pkg-go.

 -- Alexandre Viau <email address hidden>  Wed, 18 Apr 2018 02:02:48 -0400

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-bufio.v1_1-2.dsc 2.1 KiB 33a0f5535c99b689a6661490cc4c880cd309920fbaf3b7316f261959f1644a7c
golang-gopkg-bufio.v1_1.orig.tar.xz 19.2 KiB 17a2afc22272a18ad379319464a9e6250ab21db175170c87f96b1ebf7a6d4313
golang-gopkg-bufio.v1_1-2.debian.tar.xz 2.6 KiB a76cef0a756de841fd941662de08aa3042d49e075b902e05f32e1b52f50ca0d0

Available diffs

No changes file available.

Binary packages built by this source

golang-gopkg-bufio.v1-dev: buffered I/O in Golang

 "bufio" implements buffered I/O. It wraps an io.Reader or io.Writer
 object, creating another object (Reader or Writer) that also implements
 the interface but provides buffering and some help for textual I/O.