techrail / ground

The ground setup for building go based services (web or otherwise)
MIT License
1 stars 5 forks source link

Code Generator: Create a check for config validator #8

Closed vaibhav-kaushal closed 3 months ago

vaibhav-kaushal commented 4 months ago

Currently, some parts of the code generator might try to work with wrong config (like a missing package name for DB or network files that get generated) or the path where they are stored or checking for permissions. We need to fix all that. We need to have those checks in place.