IntelliJ has “show implementations” which will do what you want.
> On Dec 7, 2018, at 11:13 AM, Burak Serdar wrote:
>
> On Fri, Dec 7, 2018 at 9:53 AM David Wahlstedt
> wrote:
>>
>> Hi,
>> I am still quite inexperienced in go programming, and I find it quite
>> frustrating, sometimes, to fin
On Fri, Dec 7, 2018 at 9:53 AM David Wahlstedt
wrote:
>
> Hi,
> I am still quite inexperienced in go programming, and I find it quite
> frustrating, sometimes, to find what will actually be executed by a call to
> an interface method found in some arbitrary code.
> Here I have traced the process
Hi,
I am still quite inexperienced in go programming, and I find it quite
frustrating, sometimes, to find what will actually be executed by a call to
an interface method found in some arbitrary code.
Here I have traced the process of finding the definition of "conn.Close()"
an instance of an int