golang-github-alexflint-go-arg 1.3.0+ds-2 source package in Ubuntu

Changelog

golang-github-alexflint-go-arg (1.3.0+ds-2) unstable; urgency=medium

  * Source-only-upload.

 -- Nilesh Patra <email address hidden>  Tue, 17 Nov 2020 15:57:57 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe golang
Mantic release universe golang
Lunar release universe golang
Jammy release universe golang

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alexflint-go-arg_1.3.0+ds-2.dsc 2.4 KiB 666fdcc37d54259fe600e1ae088f1cc4acd5766b67535c674244a45b4b11dba0
golang-github-alexflint-go-arg_1.3.0+ds.orig.tar.xz 19.7 KiB 1969e761949b8b272c8396569cfcc4c6e157f52b79fd818826cc9d3841ca906d
golang-github-alexflint-go-arg_1.3.0+ds-2.debian.tar.xz 2.8 KiB 16797f469684ddec7a62e3de95fab9d608698a06b9ccc5484f8d3d38da511268

Available diffs

No changes file available.

Binary packages built by this source

golang-github-alexflint-go-arg-dev: Struct-based argument parsing in Go

 The idea behind go-arg is that Go already has an excellent way
 to describe data structures using structs, so there is no need to
 develop additional levels of abstraction. Instead of one API to specify
 which arguments a program accepts, and then another API to get the
 values of those arguments, go-arg replaces both with a single struct.