[ 源代码: golang-github-alecthomas-kong-hcl ]
软件包:golang-github-alecthomas-kong-hcl-dev(0.2.0-2)
golang-github-alecthomas-kong-hcl-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-alecthomas-kong-hcl:
- [golang-github-alecthomas-kong-hcl_0.2.0-2.dsc]
- [golang-github-alecthomas-kong-hcl_0.2.0.orig.tar.gz]
- [golang-github-alecthomas-kong-hcl_0.2.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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.1~)
- 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