golang-github-spf13-cobra 0.0~git20170731.0.b26b538-1 source package in Ubuntu

Changelog

golang-github-spf13-cobra (0.0~git20170731.0.b26b538-1) unstable; urgency=medium

  * New upstream snapshot:
     - Fix remaining reproducibility problem in TestGoldenAddCmd.
       The previous fix was incomplete. (See #869304)

 -- Anthony Fok <email address hidden>  Mon, 31 Jul 2017 12:27:51 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-spf13-cobra_0.0~git20170731.0.b26b538-1.dsc 2.6 KiB 9d075ab7b799236e397259d68e1a25348ab729d6455bbdd26c99c80fb7141ab3
golang-github-spf13-cobra_0.0~git20170731.0.b26b538.orig.tar.xz 66.9 KiB 4d54b801c21536ed478fbf3a62feda90a57467190dd3288524746174c364c65d
golang-github-spf13-cobra_0.0~git20170731.0.b26b538-1.debian.tar.xz 5.2 KiB 0ec30375ed98d5526fb577e021cc09b6e038349eedb573bc184cfde752ee00af

No changes file available.

Binary packages built by this source

cobra: No summary available for cobra in ubuntu artful.

No description available for cobra in ubuntu artful.

cobra-dbgsym: No summary available for cobra-dbgsym in ubuntu artful.

No description available for cobra-dbgsym in ubuntu artful.

golang-github-spf13-cobra-dev: Go library for creating powerful modern Go CLI applications

 Cobra is a Go library providing a simple interface to create powerful
 modern CLI interfaces similar to git & go tools.
 .
 Cobra has an exceptionally clean interface and simple design without
 needless constructors or initialization methods.
 .
 This package contains the Cobra library for Go.