a8m / envsubst

Environment variables substitution for Go
MIT License
747 stars 83 forks source link

Adding the possibility to ignore some variables #55

Open CL0Pinette opened 1 year ago

CL0Pinette commented 1 year ago

I added the possibility to ignore some variables by using two dollar signs followed by the text that shouldn't be edited $$FOO => $FOO. And only consider it as text