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