Pakket: golang-github-alecthomas-kong-hcl-dev (1.0.1-1)
Verwijzigingen voor golang-github-alecthomas-kong-hcl-dev
Trisquel bronnen:
Het bronpakket golang-github-alecthomas-kong-hcl downloaden:
- [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]
Beheerder:
Original Maintainers:
- Debian Go Packaging Team
- Anthony Fok
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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))
Andere aan golang-github-alecthomas-kong-hcl-dev gerelateerde pakketten
|
|
|
-
- 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