Add two new arguments in addition to modules:
- no_targets to allow using go.mk with ports that require Go as build dependency but rely on make/cmake for building. Currently, unless already defined by port's Makefile, adding USES=go defines do-build/do-install targets and this breaks make based builds.
- run to add run-time dependency on Go, thus avoiding the need for explicit RUN_DEPENDS.