golang-github-spf13-pflag 0.0~git20151218.0.7f60f83-1 source package in Ubuntu

Changelog

golang-github-spf13-pflag (0.0~git20151218.0.7f60f83-1) unstable; urgency=medium

  * New upstream snapshot:
     - Better support golang flag short values
     - implement Go 1.5-style default usage formatting

 -- Anthony Fok <email address hidden>  Fri, 18 Dec 2015 22:23:16 -0700

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~git20151218.0.7f60f83-1.dsc 2.2 KiB 65d1733766cfab44b3b2c30ce693bb549a77d9b5fe4c2b8cb33fb1d24bcc8836
golang-github-spf13-pflag_0.0~git20151218.0.7f60f83.orig.tar.xz 26.1 KiB 31bcaa5bff12a4eeedea060e70c7168d8496cef1987ad619594368c058ff7e18
golang-github-spf13-pflag_0.0~git20151218.0.7f60f83-1.debian.tar.xz 2.3 KiB 0819e59335f60781e941f31596d9e0155aeeea7618007bfe25255a4afed6575b

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.