golang-github-spf13-cobra 0.0~git20150917.0.53d9650-1 source package in Ubuntu

Changelog

golang-github-spf13-cobra (0.0~git20150917.0.53d9650-1) unstable; urgency=medium

  * Initial release (Closes: #798416)
  * Temporarily override dh_auto_test to run "go test" in non-verbose mode
    to avoid failing with "Error: unknown shorthand flag: 't' in -test.v=true".
    See https://github.com/spf13/cobra/pull/155 for more information.

 -- Anthony Fok <email address hidden>  Mon, 21 Sep 2015 11:09:36 -0600

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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-spf13-cobra_0.0~git20150917.0.53d9650-1.dsc 2.4 KiB 816938690c343ef6e5a5782b94f5df7c971b2e0b8208ee81ffa82cbfc7aecbb4
golang-github-spf13-cobra_0.0~git20150917.0.53d9650.orig.tar.xz 29.0 KiB e6f8940f39142626dcb9101caed187545d5da9006e8734900995170e8db748f9
golang-github-spf13-cobra_0.0~git20150917.0.53d9650-1.debian.tar.xz 2.0 KiB 2c50113f51b9cab6e7d81f38afe8ac448fdc05ba0588407b212c5d7a48c9bede

No changes file available.

Binary packages built by this source

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.