[ ソース: golang-github-pborman-getopt ]
パッケージ: golang-github-pborman-getopt-dev (2.1.0-1)
golang-github-pborman-getopt-dev に関するリンク
Debian の資源:
golang-github-pborman-getopt ソースパッケージをダウンロード:
- [golang-github-pborman-getopt_2.1.0-1.dsc]
- [golang-github-pborman-getopt_2.1.0.orig.tar.gz]
- [golang-github-pborman-getopt_2.1.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [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.