Interesting idea,  Forud.

So I was reading net/http package,  it has ResponseWriter which is an 
interface as opposed to http.Request (which is a concrete type).
Then I wanted to know what all types implement http.REsponseWriter,  which 
reminded of your post here.

Is it possible to know this using your tool?
I'm not particularly looking for an answer to which types implement 
http.ResponseWriter in net/http pkg,  but in a more general sense,
given a pkg and an interface type,  what types implement the interface.

PS:  Plsease don't consider this a feature request.  Just curious to know. 
:)

Thanks,
Karan

On Friday, 23 March 2018 15:41:07 UTC+5:30, Forud A wrote:
>
> Hello, 
>
> GoQL <https://github.com/fzerorubigd/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://github.com/fzerorubigd/goql
>
> Thanks!
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to