a8m / envsubst

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

[issue #9] moving restriction validation to VariableNode fixes issue #11

Closed xelalexv closed 6 years ago

xelalexv commented 6 years ago

Realized that restriction validation belongs to VariableNode, not SubstitutionNode. Moving it there fixes the issue.