golang-github-mitchellh-multistep 0.0~git20170316.391576a-3 source package in Ubuntu

Changelog

golang-github-mitchellh-multistep (0.0~git20170316.391576a-3) unstable; urgency=medium

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Mon, 05 Feb 2018 23:31:25 -0500

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-multistep_0.0~git20170316.391576a-3.dsc 2.4 KiB c93cad4293dd29361a6c6c15bc00eba80b04b3e706d3f86cba118bda3f94e528
golang-github-mitchellh-multistep_0.0~git20170316.391576a.orig.tar.xz 5.8 KiB 5cca65602e7db474fafb947a7163e826c08a3e205ae3c7194cedf7903e6d0617
golang-github-mitchellh-multistep_0.0~git20170316.391576a-3.debian.tar.xz 2.0 KiB e393b17bc9826af27ff3ba6e0d39c6ae950bf310f44065fe9ad2b8b88d813809

No changes file available.

Binary packages built by this source

golang-github-mitchellh-multistep-dev: library for building up complex actions using discrete steps

 multistep is a Go library for building up complex actions using discrete,
 individual "steps." These steps are strung together and run in sequence
 to achieve a more complex goal. The runner handles cleanup, cancelling,
 etc.