[ aramo ]
[ 原始碼: golang-github-pborman-getopt ]
套件: golang-github-pborman-getopt-dev (1.1.0-2)
golang-github-pborman-getopt-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-pborman-getopt:
- [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]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Martin Dosch
外部的資源:
- 主頁 [github.com]
相似套件:
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.