golang-go-flags 0.0~git20160218-0ubuntu1 source package in Ubuntu

Changelog

golang-go-flags (0.0~git20160218-0ubuntu1) xenial; urgency=medium

  * New upstream release

 -- Michael Vogt <email address hidden>  Thu, 18 Feb 2016 15:42:48 -0800

Upload details

Uploaded by:
Michael Vogt
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-go-flags_0.0~git20160218.orig.tar.gz 51.1 KiB 725a307dd8fd4bd7317282a70d5b5bc794b01a253fa656f0d395ea0af11ebc5a
golang-go-flags_0.0~git20160218-0ubuntu1.debian.tar.xz 2.3 KiB 8d864ef6d184e9834dea88830c153bd54f6514623cee1b42c62e32b1720829d6
golang-go-flags_0.0~git20160218-0ubuntu1.dsc 2.1 KiB e8774edde6311c5f027d5e7f90228dce4c9c55f354067b0aea311879d4d361f8

View changes file

Binary packages built by this source

golang-go-flags-dev: Go library for parsing command line arguments

 Package flags provides an extensive command line option parser.
 .
 The flags package is similar in functionality to the go builtin flag
 package but provides more options and uses reflection to provide a
 convenient and succinct way of specifying command line options.