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
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