[ 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.