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.
Installed Size: 29.7 kB
Architectures: all