Re: [go-nuts] go vendoring build issue

2016-10-28 Thread Aniket Bhat
ustin Israel wrote: > > > > On Sat, 29 Oct 2016, 12:41 AM Aniket Bhat > wrote: > >> I am trying to build my project with *go build *and running into an >> error where it seems like the type resolution of a method happens with the >> vendored path and the invocation

[go-nuts] go vendoring build issue

2016-10-28 Thread Aniket Bhat
I am trying to build my project with *go build *and running into an error where it seems like the type resolution of a method happens with the vendored path and the invocation of the method is happening with the actual package present in GOPATH. client/nuageclusterclient.go:129: cannot use *lis