Source: golang-github-alexflint-go-arg Maintainer: Debian Go Packaging Team Uploaders: Nilesh Patra Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-stretchr-testify-dev, golang-github-pmezard-go-difflib-dev, golang-github-davecgh-go-spew-dev, golang-github-alexflint-go-scalar-dev Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alexflint-go-arg Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alexflint-go-arg.git Homepage: https://github.com/alexflint/go-arg Rules-Requires-Root: no XS-Go-Import-Path: github.com/alexflint/go-arg Package: golang-github-alexflint-go-arg-dev Architecture: all Depends: golang-github-stretchr-testify-dev, golang-github-alexflint-go-scalar-dev, ${misc:Depends} Description: 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.