[Go] Fixes so that the go_subdir_import test will work with gccgo.

This commit is contained in:
Ian Lance Taylor 2015-02-22 11:01:24 -08:00
commit 40f5b1ecc6
3 changed files with 14 additions and 7 deletions

View file

@ -413,7 +413,7 @@ private:
}
if (!pkgpath_option) {
Append(go_prefix, ".");
Append(go_prefix, package);
Append(go_prefix, getModuleName(package));
}
}