Fix go_pkgs symlink creation in golang packages

'ln' was being called without -f, so if the target symlink already
existed (for example, if the package was being rebuilt in an existing
output directory) the command and thus the package build would fail.

Change-Id: I7a894a4385e18fe59fe121299b1d228bb4b48de1
16 files changed