Pakket: golang-github-pborman-getopt-dev (1.1.0-2)
Verwijzigingen voor golang-github-pborman-getopt-dev
Trisquel bronnen:
Het bronpakket golang-github-pborman-getopt downloaden:
- [golang-github-pborman-getopt_1.1.0-2.dsc]
- [golang-github-pborman-getopt_1.1.0.orig.tar.gz]
- [golang-github-pborman-getopt_1.1.0-2.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Go Packaging Team
- Martin Dosch
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
getopt style option parsing for Go (library)
The Package getopt provides traditional getopt processing for implementing commands that use traditional command lines. The standard Go flag package cannot be used to write a program that parses flags the way ls or ssh do, for example.