STATUS: deprecated. Use github.com/direnv/direnv/pkg/dotenv instead.
Go parsing library for the dotenv format.
There is no formal definition of the dotenv format but it has been introduced by https://github.com/bkeepers/dotenv which is thus canonical. This library is a port of that.
This library was developed specifically for direnv.
k=vformat- bash
export k=vformat - yaml
k: vformat - variable expansion, including default values as in
${FOO:-default} - comments
- probably needs API breakage
Some other good alternatives with various variations.