golang-github-bradfitz-iter 0.0~git20191230.e8f45d3-2 source package in Ubuntu

Changelog

golang-github-bradfitz-iter (0.0~git20191230.e8f45d3-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 19:13:55 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-bradfitz-iter_0.0~git20191230.e8f45d3-2.dsc 2.3 KiB be34af99b2f947343b59eac9a691d279a80185e43108e9c14839ecdd85ac5d34
golang-github-bradfitz-iter_0.0~git20191230.e8f45d3.orig.tar.xz 2.0 KiB 865c69ae20dcd61d1f033bb7a71fe2038d1fba921a53be7b2d908c02009e101d
golang-github-bradfitz-iter_0.0~git20191230.e8f45d3-2.debian.tar.xz 2.7 KiB d814c1afb1b2d102017d821e89bd1724ebaa5a592f4771f844de2314be9772c8

No changes file available.

Binary packages built by this source

golang-github-bradfitz-iter-dev: Range over integers [0,n). Seriously, that's it.

 Package iter provides a syntactically different way to iterate over
 integers. That's it.
 .
 This package was intended to be an educational joke when it was
 released in 2014. People didn't get the joke part and started
 depending on it. That's fine, I guess. (This is the Internet.) But
 it's kinda weird. It's one line, and not even idiomatic Go style. I
 encourage you not to depend on this or write code like this, but I do
 encourage you to read the code and think about the representation of
 Go slices and why it doesn't allocate.
 .
 Please do not use this package. It is not intended for production use.