[ nabia ]
[ aramo ]
[ 源代码: golang-github-alecthomas-kong-hcl ]
软件包: golang-github-alecthomas-kong-hcl-dev (1.0.1-1)
golang-github-alecthomas-kong-hcl-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-alecthomas-kong-hcl:
- [golang-github-alecthomas-kong-hcl_1.0.1-1.dsc]
- [golang-github-alecthomas-kong-hcl_1.0.1.orig.tar.gz]
- [golang-github-alecthomas-kong-hcl_1.0.1-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Anthony Fok
外部的资源:
- 主页 [github.com]
相似软件包:
Kong configuration loader for HCL (Go library)
github.com/alecthomas/kong-hcl is a Kong configuration loader for HCL implemented for the Go programming language.
It may be used like so:
var cli struct { Config kong.ConfigFlag `help:"Load configuration."` } parser, err := kong.New(&cli, kong.Configuration(konghcl.Loader, "/etc/myapp/config.hcl", "~/.myapp.hcl))
其他与 golang-github-alecthomas-kong-hcl-dev 有关的软件包
|
|
|
-
- dep: golang-github-alecthomas-kong-dev (>= 0.2.16)
- command-line parser for Go
-
- dep: golang-github-hashicorp-hcl-dev (>= 1.0.0)
- Go implementation of HashiCorp Configuration Language
-
- dep: golang-github-pkg-errors-dev
- Simple error handling primitives for Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package