Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider alterantives #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions readme.md
Expand Up @@ -3,6 +3,13 @@
`envsubst` is a Go package for expanding variables in a string using `${var}` syntax.
Includes support for bash string replacement functions.

## Consider alterantives

We don't provide an issue tracker for `envsubst`.

Consider using [github.com/a8m/envsubst](https://github.com/a8m/envsubst),
if you want to use a package which is looking for feedback.

## Documentation

[Documentation can be found on GoDoc][doc].
Expand Down