golang-github-spf13-pflag 1.0.3-1 source package in Ubuntu

Changelog

golang-github-spf13-pflag (1.0.3-1) unstable; urgency=medium

  * New upstream version 1.0.3
  * bump Standards-Version to 4.2.1 (no change required)

 -- FĂ©lix Sipma <email address hidden>  Mon, 29 Oct 2018 19:36:03 +0100

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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-spf13-pflag_1.0.3-1.dsc 2.2 KiB 4b0d4b639a64d8006638f42ef2f0662e4bce991a080803388ac8cd4b0078144d
golang-github-spf13-pflag_1.0.3.orig.tar.gz 44.9 KiB 9e57f86f493f04d9077fccd04e7139ebf243dd544e917ab83d35729b3e54a124
golang-github-spf13-pflag_1.0.3-1.debian.tar.xz 3.7 KiB 545cb7aa284e845f232266556325a8bbd7b17fc91abeff96ffc27af8fed2cd41

Available diffs

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.