From 01e6f0e455db33507123f8972375bf426b8d733c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Tue, 21 Mar 2023 09:10:07 +0100 Subject: [PATCH] Consider alterantives --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index ecc8482..30db216 100644 --- a/readme.md +++ b/readme.md @@ -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].