[ 原始碼: golang-go-flags ]
套件: golang-go-flags-dev (1.3.0-4)
golang-go-flags-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-go-flags:
- [golang-go-flags_1.3.0-4.dsc]
- [golang-go-flags_1.3.0.orig.tar.gz]
- [golang-go-flags_1.3.0-4.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team (郵件存檔)
- Sergio Schvezov
- Steve Langasek
- Michael Hudson-Doyle
外部的資源:
- 主頁 [github.com]
相似套件:
Go library for parsing command line arguments
Package flags provides an extensive command line option parser.
The flags package is similar in functionality to the go builtin flag package but provides more options and uses reflection to provide a convenient and succinct way of specifying command line options.