I am building a rest API using GO, the idea is, using code generator built in other language (.NET) the software will generate go source code that can serve rest API and do CRUDE on database
The code generator’s input is a MS SQL database connection string, then it auto generate rest API end point secured with JWT token

I am in the midst of coding it, anyone interested if I were to publish a github?