[go-nuts] Go tool for formatting sql in the source code

2017-09-19 Thread Daniel Theophanes
Start by building a lexer for your SQL dialect or find an existing one. Once done investgate the go/ast package. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[go-nuts] Go tool for formatting sql in the source code

2017-09-18 Thread Aravind Kumar
Hi, In my job I write a lot of sql. I'd like to extend gofmt's functionality such that it also formats the queries in the go code. The problem is I find it overwhelming to learn about go code comprehension. It would be of great help if you could give me a reading list or some pointers on where t