golang-go-flags 1.3.0-4 source package in Ubuntu

Changelog

golang-go-flags (1.3.0-4) unstable; urgency=medium

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Tue, 06 Feb 2018 00:24:58 -0500

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
Bionic release universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-go-flags_1.3.0-4.dsc 2.2 KiB 0d776e4cbb18d8959fd7725d2d376b7c09f2326f622aaf535677b7589b1e4bb7
golang-go-flags_1.3.0.orig.tar.gz 54.1 KiB e0f9f94adbea4b2df5e6185d3e402dbe472816e2d76ac44ee8d2688175d7bb36
golang-go-flags_1.3.0-4.debian.tar.xz 2.7 KiB e16e4c9462be08726b2e590da243233620ce5ee35f7a76fc24d75a787132d076

Available diffs

No changes file available.

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.