Re: [go-nuts] [ANN] A golang source code query language

2018-03-24 Thread Wilhelmina Drengwitz
Hey Forud, That is a fascinating idea! I'm curious about what types of use cases you're thinking about using something like this for? Thanks! On Fri, Mar 23, 2018 at 6:11 AM, Forud A wrote: > Hello, > > GoQL is a hubby project of mine, > for extracting glo

[go-nuts] [ANN] A golang source code query language

2018-03-23 Thread Forud A
Hello, GoQL is a hubby project of mine, for extracting global var/func/const/type from go source code using simple sql. the project is in early stage and any contribution/advice is welcome! A Clumsy :) Demo (asscinema) https://asciinema.org/a/170483 https: