If neither GO_PKGNAME or GO_TARGET is set explicitly, go install tries to install package named ${PORTNAME} which
is almost always wrong. This forces Go ports to set GO_PKGNAME or GO_TARGET although their value is often redundant.
Update do-build target to default to the . package instead ("the package in the current directory") and teach do-install
to install . package. In many cases, this removes the need to explicitly set GO_PKGNAME and GO_TARGET making
USES=go:modules alone sufficient for simpler ports.
This is a backward compatible change so no exp-run should be needed. Tested with poudriere bulk of all Go ports @ r505345.