[ 源代码: golang-github-hashicorp-go-envparse ]
软件包:golang-github-hashicorp-go-envparse-dev(0.1.0-1)
golang-github-hashicorp-go-envparse-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-hashicorp-go-envparse:
- [golang-github-hashicorp-go-envparse_0.1.0-1.dsc]
- [golang-github-hashicorp-go-envparse_0.1.0.orig.tar.gz]
- [golang-github-hashicorp-go-envparse_0.1.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Minimal environment variable parser for Go (library)
go-envparse is a minimal Go environment variable parser. It's intended to be used to parse .env style files similar to godotenv or rubydotenv, but perform minimal allocations, handle more complex quoting, and be better tested.
Parsing a line does 2 allocations regardless of line length or complexity. The parser supports JSON strings which allows for cross-language/platform encoding of arbitrarily complex data.