I would like to 

    go build ./...

but some of my subpackages should be compiled as plugins:

    go build
    go build -buildmode=plugin ./plugins/plugin.go

Is there a directive or flag that I can specify to make the subpackages 
pick up the buildmode automatically?

best,
Jake

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to