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 Bardin <j.bar...@gmail.com> wrote:

>
>
> 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 the
> existing object, or write a new one in a temporary location with
> `-o packagea.a`.
>
> Your workaround only succeeded because you were building a file rather
> than a package.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "golang-nuts" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/golang-nuts/s11wByfGDoA/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Diego Medina
di...@fmpwizard.com
https://blog.fmpwizard.com/

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to