Re: [go-nuts] adding context.Context to new code

2017-05-17 Thread Nazri Ramliy
I'm about to embark on doing the same, and my first pit stop is at using the callgraph to generate the caller-callee data but stumbled upon this error while trying out the example given by the "callgraph" command when run without arguments: $ callgraph -format '{{.Caller.Pkg.Object.Path}} ->

Re: [go-nuts] adding context.Context to new code

2017-05-18 Thread Nazri Ramliy
On Wed, May 17, 2017 at 3:55 PM, Nazri Ramliy <ayieh...@gmail.com> wrote: > I'm about to embark on doing the same, and my first pit stop is at > using the callgraph to generate the caller-callee data but stumbled > upon this error while trying out the example given by the "