Re: [go-nuts] Re: How to run escape analysis on subpackage

2017-09-14 Thread Diego Medina
Thanks James! I'm glad I posted the msg, and you are right, I edited the file and then passing the package name printed info. I had done $go clean hoping that was enough, but I guess that wasn't enough to clean all the precompile code. Thanks Diego On Thu, Sep 14, 2017 at 11:15 AM, James

[go-nuts] Re: How to run escape analysis on subpackage

2017-09-14 Thread James Bardin
On Thursday, September 14, 2017 at 10:58:27 AM UTC-4, Diego Medina wrote: > > > go build -gcflags "-m -m" github.com/me/project-name/packagea and nothing > prints out, > > > Nothing printed because it was already installed. You could update the timestamp on any of the package files, remove