パッケージ: golang-github-alexflint-go-arg-dev (1.3.0+ds-2)
golang-github-alexflint-go-arg-dev に関するリンク
Trisquel の資源:
golang-github-alexflint-go-arg ソースパッケージをダウンロード:
- [golang-github-alexflint-go-arg_1.3.0+ds-2.dsc]
- [golang-github-alexflint-go-arg_1.3.0+ds.orig.tar.xz]
- [golang-github-alexflint-go-arg_1.3.0+ds-2.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Nilesh Patra
外部の資源:
- ホームページ [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
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package