パッケージ: golang-github-hashicorp-go-envparse-dev (0.0~git20200406.d9cfd74-3)
golang-github-hashicorp-go-envparse-dev に関するリンク
Trisquel の資源:
golang-github-hashicorp-go-envparse ソースパッケージをダウンロード:
- [golang-github-hashicorp-go-envparse_0.0~git20200406.d9cfd74-3.dsc]
- [golang-github-hashicorp-go-envparse_0.0~git20200406.d9cfd74.orig.tar.xz]
- [golang-github-hashicorp-go-envparse_0.0~git20200406.d9cfd74-3.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Benjamin Drung
外部の資源:
- ホームページ [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.