golang-github-spf13-pflag 0.0~git20150917.0.5a13a75-1 source package in Ubuntu

Changelog

golang-github-spf13-pflag (0.0~git20150917.0.5a13a75-1) unstable; urgency=medium

  * New upstream snapshot, with the following new feature that
    golang-github-spf13-cobra depends:
     - Store the length of Args when a -- is found in commandline.
       This allows a program to know what args came before the --
       and what args came after.
  * Remove Built-Using field from debian/control

 -- Anthony Fok <email address hidden>  Mon, 21 Sep 2015 09:55:56 -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-pflag_0.0~git20150917.0.5a13a75-1.dsc 2.2 KiB 0fd02b9a7a7d15a715550867cd33c44e52664af6e189cc15905948a2d0e9f685
golang-github-spf13-pflag_0.0~git20150917.0.5a13a75.orig.tar.xz 23.8 KiB b3dabaec7264f0eb4aa9d8dc5d28a3daab71ad5ccdedec81836f4b9136a35c6a
golang-github-spf13-pflag_0.0~git20150917.0.5a13a75-1.debian.tar.xz 2.2 KiB 37926868ab2b951d1906cd4ed535909550e65fcdbd2104c3b90073b0526774af

No changes file available.

Binary packages built by this source

golang-github-spf13-pflag-dev: Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags

 pflag is a drop-in replacement for Go's flag package, implementing
 POSIX/GNU-style --flags
 .
 pflag is compatible with the GNU extensions to
 the POSIX recommendations for command-line options
 (http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html).
 .
 Forked from github.com/ogier/pflag.