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 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