[ 源代码: golang-github-alexflint-go-arg ]
软件包:golang-github-alexflint-go-arg-dev(1.3.0+ds-3)
golang-github-alexflint-go-arg-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-alexflint-go-arg:
- [golang-github-alexflint-go-arg_1.3.0+ds-3.dsc]
- [golang-github-alexflint-go-arg_1.3.0+ds.orig.tar.xz]
- [golang-github-alexflint-go-arg_1.3.0+ds-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Struct-based argument parsing in Go
The idea behind go-arg is that Go already has an excellent way to describe data structures using structs, so there is no need to develop additional levels of abstraction. Instead of one API to specify which arguments a program accepts, and then another API to get the values of those arguments, go-arg replaces both with a single struct.
其他与 golang-github-alexflint-go-arg-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-alexflint-go-scalar-dev
- scalar parsing library in Golang